Html Css Color HEX #957B76 Hemp

📋 copy color: '#957B76'

red 149 ◦ green 123 ◦ blue 118

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

Shades of Hemp #957B76

Tints of Hemp #957B76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.26%

R = 38.21%
G = 31.54%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#957B76 (or 0x957B76) is known color: Hemp. HEX triplet: 95, 7B and 76. RGB value is (149,123,118). Sum of RGB (Red+Green+Blue) = 149+123+118=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 123 (48.44% from 255 or 31.54% from 390); Blue value is 118 (46.48% from 255 or 30.26% from 390); Max value from RGB is 149 - color contains mainly: red. Hex color #957B76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957B76 is #6A8489. Grayscale: #828282. Windows color (decimal): -6980746 or 7764885. OLE color: 7764885.

HSL color Cylindrical-coordinate representation of color #957B76: hue angle of 9.68º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #957B76 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 123 118 -
CMYK 0 0.17 0.21 0.42
HSL 9.68º 0.13% 0.52% -
HSV(B) 9.68º 0.21% 0.58% -
XYZ 22.75 21.86 20.16 -
YUV 130.2 121.11 141.41 -
System Red Green Blue C M Y K H S L
Decimal 149 123 118 0 0.17 0.21 0.42 9.68 0.13 0.52
Hex 95 7B 76 0 11 15 2A A D 34
Octal 225 173 166 0 21 25 52 12 15 64
Binary 10010101 1111011 1110110 0 10001 10101 101010 1010 1101 110100

Color Harmonies of #957B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957B76

Black with #957B76

Text Example


Text Example

White with #957B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,123,118); }

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

background-color css

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

 a { background-color: rgb(149,123,118); }

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

border-color css

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

 span { border-color: rgb(149,123,118); }

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