Html Css Color HEX #967F83 Venus

📋 copy color: '#967F83'

red 150 ◦ green 127 ◦ blue 131

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

Shades of Venus #967F83

Tints of Venus #967F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.11%

R = 36.76%
G = 31.13%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#967F83 (or 0x967F83) is known color: Venus. HEX triplet: 96, 7F and 83. RGB value is (150,127,131). Sum of RGB (Red+Green+Blue) = 150+127+131=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 131 (51.56% from 255 or 32.11% from 408); Max value from RGB is 150 - color contains mainly: red. Hex color #967F83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967F83 is #69807C. Grayscale: #868686. Windows color (decimal): -6914173 or 8617878. OLE color: 8617878.

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

Color convert

RGB 150 127 131 -
CMYK 0 0.15 0.13 0.41
HSL 349.57º 0.1% 0.54% -
HSV(B) 349.57º 0.15% 0.59% -
XYZ 24.26 23.3 24.69 -
YUV 134.33 126.12 139.17 -
System Red Green Blue C M Y K H S L
Decimal 150 127 131 0 0.15 0.13 0.41 349.57 0.1 0.54
Hex 96 7F 83 0 F D 29 15E A 36
Octal 226 177 203 0 17 15 51 536 12 66
Binary 10010110 1111111 10000011 0 1111 1101 101001 101011110 1010 110110

Color Harmonies of #967F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967F83

Black with #967F83

Text Example


Text Example

White with #967F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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