Html Css Color HEX #967D82 Venus

📋 copy color: '#967D82'

red 150 ◦ green 125 ◦ blue 130

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

Shades of Venus #967D82

Tints of Venus #967D82

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.86%

 BLUE value IS 130 (51.17% from 255) = 32.1%

R = 37.04%
G = 30.86%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#967D82 (or 0x967D82) is known color: Venus. HEX triplet: 96, 7D and 82. RGB value is (150,125,130). Sum of RGB (Red+Green+Blue) = 150+125+130=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 125 (49.22% from 255 or 30.86% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 150 - color contains mainly: red. Hex color #967D82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967D82 is #69827D. Grayscale: #858585. Windows color (decimal): -6914686 or 8551830. OLE color: 8551830.

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

Color convert

RGB 150 125 130 -
CMYK 0 0.17 0.13 0.41
HSL 348º 0.11% 0.54% -
HSV(B) 348º 0.17% 0.59% -
XYZ 23.94 22.76 24.25 -
YUV 133.05 126.28 140.09 -
System Red Green Blue C M Y K H S L
Decimal 150 125 130 0 0.17 0.13 0.41 348 0.11 0.54
Hex 96 7D 82 0 11 D 29 15C B 36
Octal 226 175 202 0 21 15 51 534 13 66
Binary 10010110 1111101 10000010 0 10001 1101 101001 101011100 1011 110110

Color Harmonies of #967D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967D82

Black with #967D82

Text Example


Text Example

White with #967D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,125,130); }

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

background-color css

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

 a { background-color: rgb(150,125,130); }

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

border-color css

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

 span { border-color: rgb(150,125,130); }

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