Html Css Color HEX #96787E Venus

📋 copy color: '#96787E'

red 150 ◦ green 120 ◦ blue 126

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

Shades of Venus #96787E

Tints of Venus #96787E

RGB

 RED value IS 150 (58.98% from 255) = 37.88%

 GREEN value IS 120 (47.27% from 255) = 30.3%

 BLUE value IS 126 (49.61% from 255) = 31.82%

R = 37.88%
G = 30.3%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#96787E (or 0x96787E) is known color: Venus. HEX triplet: 96, 78 and 7E. RGB value is (150,120,126). Sum of RGB (Red+Green+Blue) = 150+120+126=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 120 (47.27% from 255 or 30.30% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 150 - color contains mainly: red. Hex color #96787E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96787E is #698781. Grayscale: #818181. Windows color (decimal): -6915970 or 8288406. OLE color: 8288406.

HSL color Cylindrical-coordinate representation of color #96787E: hue angle of 348º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #96787E is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 120 126 -
CMYK 0 0.20 0.16 0.41
HSL 348º 0.13% 0.53% -
HSV(B) 348º 0.2% 0.59% -
XYZ 23.06 21.42 22.66 -
YUV 129.65 125.94 142.51 -
System Red Green Blue C M Y K H S L
Decimal 150 120 126 0 0.20 0.16 0.41 348 0.13 0.53
Hex 96 78 7E 0 14 10 29 15C C 35
Octal 226 170 176 0 24 20 51 534 14 65
Binary 10010110 1111000 1111110 0 10100 10000 101001 101011100 1100 110101

Color Harmonies of #96787E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96787E

Black with #96787E

Text Example


Text Example

White with #96787E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96787E; }

 p { color: rgb(150,120,126); }

 H1.HeaderClassName
 {
   color: #96787E;
 }
 .AnyTagClassName
 {
   color: #96787E;
 }
</style>

background-color css

<style>
 a { background-color: #96787E; }

 a { background-color: rgb(150,120,126); }

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

border-color css

<style>
 span { border-color: #96787E; }

 span { border-color: rgb(150,120,126); }

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