Html Css Color HEX #957C77 Hemp

📋 copy color: '#957C77'

red 149 ◦ green 124 ◦ blue 119

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

Shades of Hemp #957C77

Tints of Hemp #957C77

RGB

 RED value IS 149 (58.59% from 255) = 38.01%

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

 BLUE value IS 119 (46.88% from 255) = 30.36%

R = 38.01%
G = 31.63%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#957C77 (or 0x957C77) is known color: Hemp. HEX triplet: 95, 7C and 77. RGB value is (149,124,119). Sum of RGB (Red+Green+Blue) = 149+124+119=392 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.01% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 119 (46.88% from 255 or 30.36% from 392); Max value from RGB is 149 - color contains mainly: red. Hex color #957C77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957C77 is #6A8388. Grayscale: #828282. Windows color (decimal): -6980489 or 7830677. OLE color: 7830677.

HSL color Cylindrical-coordinate representation of color #957C77: hue angle of 10º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #957C77 is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 124 119 -
CMYK 0 0.17 0.20 0.42
HSL 10º 0.12% 0.53% -
HSV(B) 10º 0.2% 0.58% -
XYZ 22.93 22.14 20.52 -
YUV 130.91 121.28 140.91 -
System Red Green Blue C M Y K H S L
Decimal 149 124 119 0 0.17 0.20 0.42 10 0.12 0.53
Hex 95 7C 77 0 11 14 2A A C 35
Octal 225 174 167 0 21 24 52 12 14 65
Binary 10010101 1111100 1110111 0 10001 10100 101010 1010 1100 110101

Color Harmonies of #957C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957C77

Black with #957C77

Text Example


Text Example

White with #957C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957C77; }

 p { color: rgb(149,124,119); }

 H1.HeaderClassName
 {
   color: #957C77;
 }
 .AnyTagClassName
 {
   color: #957C77;
 }
</style>

background-color css

<style>
 a { background-color: #957C77; }

 a { background-color: rgb(149,124,119); }

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

border-color css

<style>
 span { border-color: #957C77; }

 span { border-color: rgb(149,124,119); }

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