Html Css Color HEX #977C74 Hemp

📋 copy color: '#977C74'

red 151 ◦ green 124 ◦ blue 116

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

Shades of Hemp #977C74

Tints of Hemp #977C74

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.71%

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

R = 38.62%
G = 31.71%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#977C74 (or 0x977C74) is known color: Hemp. HEX triplet: 97, 7C and 74. RGB value is (151,124,116). Sum of RGB (Red+Green+Blue) = 151+124+116=391 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.62% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 116 (45.70% from 255 or 29.67% from 391); Max value from RGB is 151 - color contains mainly: red. Hex color #977C74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977C74 is #68838B. Grayscale: #838383. Windows color (decimal): -6849420 or 7634071. OLE color: 7634071.

HSL color Cylindrical-coordinate representation of color #977C74: hue angle of 13.71º 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 #977C74 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 124 116 -
CMYK 0 0.18 0.23 0.41
HSL 13.71º 0.14% 0.52% -
HSV(B) 13.71º 0.23% 0.59% -
XYZ 23.12 22.26 19.6 -
YUV 131.16 119.45 142.15 -
System Red Green Blue C M Y K H S L
Decimal 151 124 116 0 0.18 0.23 0.41 13.71 0.14 0.52
Hex 97 7C 74 0 12 17 29 E E 34
Octal 227 174 164 0 22 27 51 16 16 64
Binary 10010111 1111100 1110100 0 10010 10111 101001 1110 1110 110100

Color Harmonies of #977C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977C74

Black with #977C74

Text Example


Text Example

White with #977C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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