Html Css Color HEX #967F88 Venus

📋 copy color: '#967F88'

red 150 ◦ green 127 ◦ blue 136

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

Shades of Venus #967F88

Tints of Venus #967F88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 32.93%

R = 36.32%
G = 30.75%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#967F88 (or 0x967F88) is known color: Venus. HEX triplet: 96, 7F and 88. RGB value is (150,127,136). Sum of RGB (Red+Green+Blue) = 150+127+136=413 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.32% from 413); Green value is 127 (50% from 255 or 30.75% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 150 - color contains mainly: red. Hex color #967F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967F88 is #698077. Grayscale: #868686. Windows color (decimal): -6914168 or 8945558. OLE color: 8945558.

HSL color Cylindrical-coordinate representation of color #967F88: hue angle of 336.52º 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 #967F88 is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 127 136 -
CMYK 0 0.15 0.09 0.41
HSL 336.52º 0.1% 0.54% -
HSV(B) 336.52º 0.15% 0.59% -
XYZ 24.61 23.44 26.52 -
YUV 134.9 128.62 138.77 -
System Red Green Blue C M Y K H S L
Decimal 150 127 136 0 0.15 0.09 0.41 336.52 0.1 0.54
Hex 96 7F 88 0 F 9 29 151 A 36
Octal 226 177 210 0 17 11 51 521 12 66
Binary 10010110 1111111 10001000 0 1111 1001 101001 101010001 1010 110110

Color Harmonies of #967F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967F88

Black with #967F88

Text Example


Text Example

White with #967F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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