Html Css Color HEX #957F78 Hemp

📋 copy color: '#957F78'

red 149 ◦ green 127 ◦ blue 120

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

Shades of Hemp #957F78

Tints of Hemp #957F78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 30.3%

R = 37.63%
G = 32.07%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#957F78 (or 0x957F78) is known color: Hemp. HEX triplet: 95, 7F and 78. RGB value is (149,127,120). Sum of RGB (Red+Green+Blue) = 149+127+120=396 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.63% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 120 (47.27% from 255 or 30.30% from 396); Max value from RGB is 149 - color contains mainly: red. Hex color #957F78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957F78 is #6A8087. Grayscale: #848484. Windows color (decimal): -6979720 or 7896981. OLE color: 7896981.

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

Color convert

RGB 149 127 120 -
CMYK 0 0.15 0.19 0.42
HSL 14.48º 0.12% 0.53% -
HSV(B) 14.48º 0.19% 0.58% -
XYZ 23.37 22.92 20.96 -
YUV 132.78 120.79 139.57 -
System Red Green Blue C M Y K H S L
Decimal 149 127 120 0 0.15 0.19 0.42 14.48 0.12 0.53
Hex 95 7F 78 0 F 13 2A E C 35
Octal 225 177 170 0 17 23 52 16 14 65
Binary 10010101 1111111 1111000 0 1111 10011 101010 1110 1100 110101

Color Harmonies of #957F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957F78

Black with #957F78

Text Example


Text Example

White with #957F78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,127,120); }

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

background-color css

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

 a { background-color: rgb(149,127,120); }

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

border-color css

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

 span { border-color: rgb(149,127,120); }

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