Html Css Color HEX #977F74 Hemp

📋 copy color: '#977F74'

red 151 ◦ green 127 ◦ blue 116

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

Shades of Hemp #977F74

Tints of Hemp #977F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.44%

R = 38.32%
G = 32.23%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#977F74 (or 0x977F74) is known color: Hemp. HEX triplet: 97, 7F and 74. RGB value is (151,127,116). Sum of RGB (Red+Green+Blue) = 151+127+116=394 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.32% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 116 (45.70% from 255 or 29.44% from 394); Max value from RGB is 151 - color contains mainly: red. Hex color #977F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977F74 is #68808B. Grayscale: #848484. Windows color (decimal): -6848652 or 7634839. OLE color: 7634839.

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

Color convert

RGB 151 127 116 -
CMYK 0 0.16 0.23 0.41
HSL 18.86º 0.14% 0.52% -
HSV(B) 18.86º 0.23% 0.59% -
XYZ 23.5 23.02 19.73 -
YUV 132.92 118.45 140.89 -
System Red Green Blue C M Y K H S L
Decimal 151 127 116 0 0.16 0.23 0.41 18.86 0.14 0.52
Hex 97 7F 74 0 10 17 29 13 E 34
Octal 227 177 164 0 20 27 51 23 16 64
Binary 10010111 1111111 1110100 0 10000 10111 101001 10011 1110 110100

Color Harmonies of #977F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977F74

Black with #977F74

Text Example


Text Example

White with #977F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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