Html Css Color HEX #968387 Venus

📋 copy color: '#968387'

red 150 ◦ green 131 ◦ blue 135

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

Shades of Venus #968387

Tints of Venus #968387

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.49%

 BLUE value IS 135 (53.13% from 255) = 32.45%

R = 36.06%
G = 31.49%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.1

 K value IS 0.41

RGB Variations

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

Color information

#968387 (or 0x968387) is known color: Venus. HEX triplet: 96, 83 and 87. RGB value is (150,131,135). Sum of RGB (Red+Green+Blue) = 150+131+135=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 131 (51.56% from 255 or 31.49% from 416); Blue value is 135 (53.12% from 255 or 32.45% from 416); Max value from RGB is 150 - color contains mainly: red. Hex color #968387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968387 is #697C78. Grayscale: #898989. Windows color (decimal): -6913145 or 8881046. OLE color: 8881046.

HSL color Cylindrical-coordinate representation of color #968387: hue angle of 347.37º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #968387 is Cyan = 0, Magento = 0.13, Yellow = 0.1 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 131 135 -
CMYK 0 0.13 0.1 0.41
HSL 347.37º 0.08% 0.55% -
HSV(B) 347.37º 0.13% 0.59% -
XYZ 25.07 24.47 26.32 -
YUV 137.14 126.79 137.17 -
System Red Green Blue C M Y K H S L
Decimal 150 131 135 0 0.13 0.1 0.41 347.37 0.08 0.55
Hex 96 83 87 0 D A 29 15B 8 37
Octal 226 203 207 0 15 12 51 533 10 67
Binary 10010110 10000011 10000111 0 1101 1010 101001 101011011 1000 110111

Color Harmonies of #968387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968387

Black with #968387

Text Example


Text Example

White with #968387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968387; }

 p { color: rgb(150,131,135); }

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

background-color css

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

 a { background-color: rgb(150,131,135); }

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

border-color css

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

 span { border-color: rgb(150,131,135); }

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