Html Css Color HEX #977B75 Hemp

📋 copy color: '#977B75'

red 151 ◦ green 123 ◦ blue 117

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

Shades of Hemp #977B75

Tints of Hemp #977B75

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.46%

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

R = 38.62%
G = 31.46%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#977B75 (or 0x977B75) is known color: Hemp. HEX triplet: 97, 7B and 75. RGB value is (151,123,117). Sum of RGB (Red+Green+Blue) = 151+123+117=391 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.62% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 151 - color contains mainly: red. Hex color #977B75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977B75 is #68848A. Grayscale: #828282. Windows color (decimal): -6849675 or 7699351. OLE color: 7699351.

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

Color convert

RGB 151 123 117 -
CMYK 0 0.19 0.23 0.41
HSL 10.59º 0.14% 0.53% -
HSV(B) 10.59º 0.23% 0.59% -
XYZ 23.06 22.03 19.87 -
YUV 130.69 120.28 142.49 -
System Red Green Blue C M Y K H S L
Decimal 151 123 117 0 0.19 0.23 0.41 10.59 0.14 0.53
Hex 97 7B 75 0 13 17 29 B E 35
Octal 227 173 165 0 23 27 51 13 16 65
Binary 10010111 1111011 1110101 0 10011 10111 101001 1011 1110 110101

Color Harmonies of #977B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977B75

Black with #977B75

Text Example


Text Example

White with #977B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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