Html Css Color HEX #95776F Hemp

📋 copy color: '#95776F'

red 149 ◦ green 119 ◦ blue 111

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

Shades of Hemp #95776F

Tints of Hemp #95776F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.4%

 BLUE value IS 111 (43.75% from 255) = 29.29%

R = 39.31%
G = 31.4%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#95776F (or 0x95776F) is known color: Hemp. HEX triplet: 95, 77 and 6F. RGB value is (149,119,111). Sum of RGB (Red+Green+Blue) = 149+119+111=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 111 (43.75% from 255 or 29.29% from 379); Max value from RGB is 149 - color contains mainly: red. Hex color #95776F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95776F is #6A8890. Grayscale: #7F7F7F. Windows color (decimal): -6981777 or 7305109. OLE color: 7305109.

HSL color Cylindrical-coordinate representation of color #95776F: hue angle of 12.63º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #95776F is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 119 111 -
CMYK 0 0.20 0.26 0.42
HSL 12.63º 0.15% 0.51% -
HSV(B) 12.63º 0.26% 0.58% -
XYZ 21.86 20.73 17.89 -
YUV 127.06 118.94 143.65 -
System Red Green Blue C M Y K H S L
Decimal 149 119 111 0 0.20 0.26 0.42 12.63 0.15 0.51
Hex 95 77 6F 0 14 1A 2A D F 33
Octal 225 167 157 0 24 32 52 15 17 63
Binary 10010101 1110111 1101111 0 10100 11010 101010 1101 1111 110011

Color Harmonies of #95776F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95776F

Black with #95776F

Text Example


Text Example

White with #95776F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95776F; }

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

 H1.HeaderClassName
 {
   color: #95776F;
 }
 .AnyTagClassName
 {
   color: #95776F;
 }
</style>

background-color css

<style>
 a { background-color: #95776F; }

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

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

border-color css

<style>
 span { border-color: #95776F; }

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

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