Html Css Color HEX #977F75 Hemp

📋 copy color: '#977F75'

red 151 ◦ green 127 ◦ blue 117

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

Shades of Hemp #977F75

Tints of Hemp #977F75

RGB

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

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

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

R = 38.23%
G = 32.15%
B = 29.62%

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

#977F75 (or 0x977F75) is known color: Hemp. HEX triplet: 97, 7F and 75. RGB value is (151,127,117). Sum of RGB (Red+Green+Blue) = 151+127+117=395 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.23% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 151 - color contains mainly: red. Hex color #977F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977F75 is #68808A. Grayscale: #858585. Windows color (decimal): -6848651 or 7700375. OLE color: 7700375.

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

Color convert

RGB 151 127 117 -
CMYK 0 0.16 0.23 0.41
HSL 17.65º 0.14% 0.53% -
HSV(B) 17.65º 0.23% 0.59% -
XYZ 23.56 23.04 20.04 -
YUV 133.04 118.95 140.81 -
System Red Green Blue C M Y K H S L
Decimal 151 127 117 0 0.16 0.23 0.41 17.65 0.14 0.53
Hex 97 7F 75 0 10 17 29 12 E 35
Octal 227 177 165 0 20 27 51 22 16 65
Binary 10010111 1111111 1110101 0 10000 10111 101001 10010 1110 110101

Color Harmonies of #977F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977F75

Black with #977F75

Text Example


Text Example

White with #977F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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