Html Css Color HEX #9F8F87 Zorba

📋 copy color: '#9F8F87'

red 159 ◦ green 143 ◦ blue 135

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

Shades of Zorba #9F8F87

Tints of Zorba #9F8F87

RGB

 RED value IS 159 (62.5% from 255) = 36.38%

 GREEN value IS 143 (56.25% from 255) = 32.72%

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

R = 36.38%
G = 32.72%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#9F8F87 (or 0x9F8F87) is known color: Zorba. HEX triplet: 9F, 8F and 87. RGB value is (159,143,135). Sum of RGB (Red+Green+Blue) = 159+143+135=437 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.38% from 437); Green value is 143 (56.25% from 255 or 32.72% from 437); Blue value is 135 (53.12% from 255 or 30.89% from 437); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8F87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8F87 is #607078. Grayscale: #929292. Windows color (decimal): -6320249 or 8884127. OLE color: 8884127.

HSL color Cylindrical-coordinate representation of color #9F8F87: hue angle of 20º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9F8F87 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 143 135 -
CMYK 0 0.10 0.15 0.38
HSL 20º 0.11% 0.58% -
HSV(B) 20º 0.15% 0.62% -
XYZ 28.49 28.77 26.97 -
YUV 146.87 121.3 136.65 -
System Red Green Blue C M Y K H S L
Decimal 159 143 135 0 0.10 0.15 0.38 20 0.11 0.58
Hex 9F 8F 87 0 A F 26 14 B 3A
Octal 237 217 207 0 12 17 46 24 13 72
Binary 10011111 10001111 10000111 0 1010 1111 100110 10100 1011 111010

Color Harmonies of #9F8F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8F87

Black with #9F8F87

Text Example


Text Example

White with #9F8F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,143,135); }

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

background-color css

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

 a { background-color: rgb(159,143,135); }

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

border-color css

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

 span { border-color: rgb(159,143,135); }

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