Html Css Color HEX #967F87 Venus

📋 copy color: '#967F87'

red 150 ◦ green 127 ◦ blue 135

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

Shades of Venus #967F87

Tints of Venus #967F87

RGB

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

 GREEN value IS 127 (50% from 255) = 30.83%

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

R = 36.41%
G = 30.83%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.1

 K value IS 0.41

RGB Variations

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

Color information

#967F87 (or 0x967F87) is known color: Venus. HEX triplet: 96, 7F and 87. RGB value is (150,127,135). Sum of RGB (Red+Green+Blue) = 150+127+135=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 135 (53.12% from 255 or 32.77% from 412); Max value from RGB is 150 - color contains mainly: red. Hex color #967F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967F87 is #698078. Grayscale: #868686. Windows color (decimal): -6914169 or 8880022. OLE color: 8880022.

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

Color convert

RGB 150 127 135 -
CMYK 0 0.15 0.1 0.41
HSL 339.13º 0.1% 0.54% -
HSV(B) 339.13º 0.15% 0.59% -
XYZ 24.54 23.41 26.15 -
YUV 134.79 128.12 138.85 -
System Red Green Blue C M Y K H S L
Decimal 150 127 135 0 0.15 0.1 0.41 339.13 0.1 0.54
Hex 96 7F 87 0 F A 29 153 A 36
Octal 226 177 207 0 17 12 51 523 12 66
Binary 10010110 1111111 10000111 0 1111 1010 101001 101010011 1010 110110

Color Harmonies of #967F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967F87

Black with #967F87

Text Example


Text Example

White with #967F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967F87; }

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

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

background-color css

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

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

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

border-color css

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

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

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