Html Css Color HEX #957B75 Hemp

📋 copy color: '#957B75'

red 149 ◦ green 123 ◦ blue 117

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

Shades of Hemp #957B75

Tints of Hemp #957B75

RGB

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

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

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

R = 38.3%
G = 31.62%
B = 30.08%

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

#957B75 (or 0x957B75) is known color: Hemp. HEX triplet: 95, 7B and 75. RGB value is (149,123,117). Sum of RGB (Red+Green+Blue) = 149+123+117=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 149 - color contains mainly: red. Hex color #957B75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957B75 is #6A848A. Grayscale: #828282. Windows color (decimal): -6980747 or 7699349. OLE color: 7699349.

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

Color convert

RGB 149 123 117 -
CMYK 0 0.17 0.21 0.42
HSL 11.25º 0.13% 0.52% -
HSV(B) 11.25º 0.21% 0.58% -
XYZ 22.69 21.84 19.85 -
YUV 130.09 120.61 141.49 -
System Red Green Blue C M Y K H S L
Decimal 149 123 117 0 0.17 0.21 0.42 11.25 0.13 0.52
Hex 95 7B 75 0 11 15 2A B D 34
Octal 225 173 165 0 21 25 52 13 15 64
Binary 10010101 1111011 1110101 0 10001 10101 101010 1011 1101 110100

Color Harmonies of #957B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957B75

Black with #957B75

Text Example


Text Example

White with #957B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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