Html Css Color HEX #957C75 Hemp

📋 copy color: '#957C75'

red 149 ◦ green 124 ◦ blue 117

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

Shades of Hemp #957C75

Tints of Hemp #957C75

RGB

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

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

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

R = 38.21%
G = 31.79%
B = 30%

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

#957C75 (or 0x957C75) is known color: Hemp. HEX triplet: 95, 7C and 75. RGB value is (149,124,117). Sum of RGB (Red+Green+Blue) = 149+124+117=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 149 - color contains mainly: red. Hex color #957C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957C75 is #6A838A. Grayscale: #828282. Windows color (decimal): -6980491 or 7699605. OLE color: 7699605.

HSL color Cylindrical-coordinate representation of color #957C75: hue angle of 13.12º 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 #957C75 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 124 117 -
CMYK 0 0.17 0.21 0.42
HSL 13.13º 0.13% 0.52% -
HSV(B) 13.13º 0.21% 0.58% -
XYZ 22.81 22.09 19.89 -
YUV 130.68 120.28 141.07 -
System Red Green Blue C M Y K H S L
Decimal 149 124 117 0 0.17 0.21 0.42 13.13 0.13 0.52
Hex 95 7C 75 0 11 15 2A D D 34
Octal 225 174 165 0 21 25 52 15 15 64
Binary 10010101 1111100 1110101 0 10001 10101 101010 1101 1101 110100

Color Harmonies of #957C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957C75

Black with #957C75

Text Example


Text Example

White with #957C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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