Html Css Color HEX #977F76 Hemp

📋 copy color: '#977F76'

red 151 ◦ green 127 ◦ blue 118

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

Shades of Hemp #977F76

Tints of Hemp #977F76

RGB

 RED value IS 151 (59.38% from 255) = 38.13%

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

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

R = 38.13%
G = 32.07%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#977F76 (or 0x977F76) is known color: Hemp. HEX triplet: 97, 7F and 76. RGB value is (151,127,118). Sum of RGB (Red+Green+Blue) = 151+127+118=396 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.13% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 118 (46.48% from 255 or 29.80% from 396); Max value from RGB is 151 - color contains mainly: red. Hex color #977F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977F76 is #688089. Grayscale: #858585. Windows color (decimal): -6848650 or 7765911. OLE color: 7765911.

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

Color convert

RGB 151 127 118 -
CMYK 0 0.16 0.22 0.41
HSL 16.36º 0.14% 0.53% -
HSV(B) 16.36º 0.22% 0.59% -
XYZ 23.62 23.07 20.35 -
YUV 133.15 119.45 140.73 -
System Red Green Blue C M Y K H S L
Decimal 151 127 118 0 0.16 0.22 0.41 16.36 0.14 0.53
Hex 97 7F 76 0 10 16 29 10 E 35
Octal 227 177 166 0 20 26 51 20 16 65
Binary 10010111 1111111 1110110 0 10000 10110 101001 10000 1110 110101

Color Harmonies of #977F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977F76

Black with #977F76

Text Example


Text Example

White with #977F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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