Html Css Color HEX #907B82 Venus

📋 copy color: '#907B82'

red 144 ◦ green 123 ◦ blue 130

#907B82
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venus #907B82

Tints of Venus #907B82

RGB

 RED value IS 144 (56.64% from 255) = 36.27%

 GREEN value IS 123 (48.44% from 255) = 30.98%

 BLUE value IS 130 (51.17% from 255) = 32.75%

R = 36.27%
G = 30.98%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.44

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#907B82 (or 0x907B82) is known color: Venus. HEX triplet: 90, 7B and 82. RGB value is (144,123,130). Sum of RGB (Red+Green+Blue) = 144+123+130=397 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.27% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 144 - color contains mainly: red. Hex color #907B82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907B82 is #6F847D. Grayscale: #828282. Windows color (decimal): -7308414 or 8551312. OLE color: 8551312.

HSL color Cylindrical-coordinate representation of color #907B82: hue angle of 340º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #907B82 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 123 130 -
CMYK 0 0.15 0.10 0.44
HSL 340º 0.09% 0.52% -
HSV(B) 340º 0.15% 0.56% -
XYZ 22.61 21.71 24.12 -
YUV 130.08 127.96 137.93 -
System Red Green Blue C M Y K H S L
Decimal 144 123 130 0 0.15 0.10 0.44 340 0.09 0.52
Hex 90 7B 82 0 F A 2C 154 9 34
Octal 220 173 202 0 17 12 54 524 11 64
Binary 10010000 1111011 10000010 0 1111 1010 101100 101010100 1001 110100

Color Harmonies of #907B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907B82

Black with #907B82

Text Example


Text Example

White with #907B82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #907B82; }

 p { color: rgb(144,123,130); }

 H1.HeaderClassName
 {
   color: #907B82;
 }
 .AnyTagClassName
 {
   color: #907B82;
 }
</style>

background-color css

<style>
 a { background-color: #907B82; }

 a { background-color: rgb(144,123,130); }

 div.DivClassName
 {
   background-color: #907B82;
 }
 .BgClassName
 {
   background-color: #907B82;
 }
</style>

border-color css

<style>
 span { border-color: #907B82; }

 span { border-color: rgb(144,123,130); }

 td.TdClassName
 {
   border-color: #907B82;
 }
 .TagClassName
 {
   border-color: #907B82;
 }
</style>