Html Css Color HEX #9F8E88 Zorba

📋 copy color: '#9F8E88'

red 159 ◦ green 142 ◦ blue 136

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

Shades of Zorba #9F8E88

Tints of Zorba #9F8E88

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.49%

 BLUE value IS 136 (53.52% from 255) = 31.12%

R = 36.38%
G = 32.49%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#9F8E88 (or 0x9F8E88) is known color: Zorba. HEX triplet: 9F, 8E and 88. RGB value is (159,142,136). Sum of RGB (Red+Green+Blue) = 159+142+136=437 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.38% from 437); Green value is 142 (55.86% from 255 or 32.49% from 437); Blue value is 136 (53.52% from 255 or 31.12% from 437); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8E88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8E88 is #607177. Grayscale: #929292. Windows color (decimal): -6320504 or 8949407. OLE color: 8949407.

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

Color convert

RGB 159 142 136 -
CMYK 0 0.11 0.14 0.38
HSL 15.65º 0.11% 0.58% -
HSV(B) 15.65º 0.14% 0.62% -
XYZ 28.42 28.49 27.29 -
YUV 146.4 122.13 136.99 -
System Red Green Blue C M Y K H S L
Decimal 159 142 136 0 0.11 0.14 0.38 15.65 0.11 0.58
Hex 9F 8E 88 0 B E 26 10 B 3A
Octal 237 216 210 0 13 16 46 20 13 72
Binary 10011111 10001110 10001000 0 1011 1110 100110 10000 1011 111010

Color Harmonies of #9F8E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8E88

Black with #9F8E88

Text Example


Text Example

White with #9F8E88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,142,136); }

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

background-color css

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

 a { background-color: rgb(159,142,136); }

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

border-color css

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

 span { border-color: rgb(159,142,136); }

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