Html Css Color HEX #967F76 Hemp

📋 copy color: '#967F76'

red 150 ◦ green 127 ◦ blue 118

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

Shades of Hemp #967F76

Tints of Hemp #967F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 29.87%

R = 37.97%
G = 32.15%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#967F76 (or 0x967F76) is known color: Hemp. HEX triplet: 96, 7F and 76. RGB value is (150,127,118). Sum of RGB (Red+Green+Blue) = 150+127+118=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 150 - color contains mainly: red. Hex color #967F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967F76 is #698089. Grayscale: #848484. Windows color (decimal): -6914186 or 7765910. OLE color: 7765910.

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

Color convert

RGB 150 127 118 -
CMYK 0 0.15 0.21 0.41
HSL 16.88º 0.13% 0.53% -
HSV(B) 16.88º 0.21% 0.59% -
XYZ 23.44 22.97 20.34 -
YUV 132.85 119.62 140.23 -
System Red Green Blue C M Y K H S L
Decimal 150 127 118 0 0.15 0.21 0.41 16.88 0.13 0.53
Hex 96 7F 76 0 F 15 29 11 D 35
Octal 226 177 166 0 17 25 51 21 15 65
Binary 10010110 1111111 1110110 0 1111 10101 101001 10001 1101 110101

Color Harmonies of #967F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967F76

Black with #967F76

Text Example


Text Example

White with #967F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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