Html Css Color HEX #9D776B Hemp

📋 copy color: '#9D776B'

red 157 ◦ green 119 ◦ blue 107

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

Shades of Hemp #9D776B

Tints of Hemp #9D776B

RGB

 RED value IS 157 (61.72% from 255) = 40.99%

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

 BLUE value IS 107 (42.19% from 255) = 27.94%

R = 40.99%
G = 31.07%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#9D776B (or 0x9D776B) is known color: Hemp. HEX triplet: 9D, 77 and 6B. RGB value is (157,119,107). Sum of RGB (Red+Green+Blue) = 157+119+107=383 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.99% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 157 - color contains mainly: red. Hex color #9D776B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D776B is #628894. Grayscale: #818181. Windows color (decimal): -6457493 or 7042973. OLE color: 7042973.

HSL color Cylindrical-coordinate representation of color #9D776B: hue angle of 14.4º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9D776B is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 119 107 -
CMYK 0 0.24 0.32 0.38
HSL 14.4º 0.2% 0.52% -
HSV(B) 14.4º 0.32% 0.62% -
XYZ 23.16 21.42 16.82 -
YUV 128.99 115.59 147.98 -
System Red Green Blue C M Y K H S L
Decimal 157 119 107 0 0.24 0.32 0.38 14.4 0.2 0.52
Hex 9D 77 6B 0 18 20 26 E 14 34
Octal 235 167 153 0 30 40 46 16 24 64
Binary 10011101 1110111 1101011 0 11000 100000 100110 1110 10100 110100

Color Harmonies of #9D776B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D776B

Black with #9D776B

Text Example


Text Example

White with #9D776B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D776B; }

 p { color: rgb(157,119,107); }

 H1.HeaderClassName
 {
   color: #9D776B;
 }
 .AnyTagClassName
 {
   color: #9D776B;
 }
</style>

background-color css

<style>
 a { background-color: #9D776B; }

 a { background-color: rgb(157,119,107); }

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

border-color css

<style>
 span { border-color: #9D776B; }

 span { border-color: rgb(157,119,107); }

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