Html Css Color HEX #9D9387 Zorba

📋 copy color: '#9D9387'

red 157 ◦ green 147 ◦ blue 135

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

Shades of Zorba #9D9387

Tints of Zorba #9D9387

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.49%

 BLUE value IS 135 (53.13% from 255) = 30.75%

R = 35.76%
G = 33.49%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#9D9387 (or 0x9D9387) is known color: Zorba. HEX triplet: 9D, 93 and 87. RGB value is (157,147,135). Sum of RGB (Red+Green+Blue) = 157+147+135=439 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.76% from 439); Green value is 147 (57.81% from 255 or 33.49% from 439); Blue value is 135 (53.12% from 255 or 30.75% from 439); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9387 is #626C78. Grayscale: #949494. Windows color (decimal): -6450297 or 8885149. OLE color: 8885149.

HSL color Cylindrical-coordinate representation of color #9D9387: hue angle of 32.73º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9D9387 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 147 135 -
CMYK 0 0.06 0.14 0.38
HSL 32.73º 0.1% 0.57% -
HSV(B) 32.73º 0.14% 0.62% -
XYZ 28.71 29.78 27.16 -
YUV 148.62 120.31 133.98 -
System Red Green Blue C M Y K H S L
Decimal 157 147 135 0 0.06 0.14 0.38 32.73 0.1 0.57
Hex 9D 93 87 0 6 E 26 21 A 39
Octal 235 223 207 0 6 16 46 41 12 71
Binary 10011101 10010011 10000111 0 110 1110 100110 100001 1010 111001

Color Harmonies of #9D9387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9387

Black with #9D9387

Text Example


Text Example

White with #9D9387

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,147,135); }

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

background-color css

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

 a { background-color: rgb(157,147,135); }

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

border-color css

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

 span { border-color: rgb(157,147,135); }

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