Html Css Color HEX #977E75 Hemp

📋 copy color: '#977E75'

red 151 ◦ green 126 ◦ blue 117

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

Shades of Hemp #977E75

Tints of Hemp #977E75

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.98%

 BLUE value IS 117 (46.09% from 255) = 29.7%

R = 38.32%
G = 31.98%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#977E75 (or 0x977E75) is known color: Hemp. HEX triplet: 97, 7E and 75. RGB value is (151,126,117). Sum of RGB (Red+Green+Blue) = 151+126+117=394 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.32% from 394); Green value is 126 (49.61% from 255 or 31.98% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 151 - color contains mainly: red. Hex color #977E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977E75 is #68818A. Grayscale: #848484. Windows color (decimal): -6848907 or 7700119. OLE color: 7700119.

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

Color convert

RGB 151 126 117 -
CMYK 0 0.17 0.23 0.41
HSL 15.88º 0.14% 0.53% -
HSV(B) 15.88º 0.23% 0.59% -
XYZ 23.43 22.79 19.99 -
YUV 132.45 119.28 141.23 -
System Red Green Blue C M Y K H S L
Decimal 151 126 117 0 0.17 0.23 0.41 15.88 0.14 0.53
Hex 97 7E 75 0 11 17 29 10 E 35
Octal 227 176 165 0 21 27 51 20 16 65
Binary 10010111 1111110 1110101 0 10001 10111 101001 10000 1110 110101

Color Harmonies of #977E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977E75

Black with #977E75

Text Example


Text Example

White with #977E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,126,117); }

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

background-color css

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

 a { background-color: rgb(151,126,117); }

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

border-color css

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

 span { border-color: rgb(151,126,117); }

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