Html Css Color HEX #988F88 Zorba

📋 copy color: '#988F88'

red 152 ◦ green 143 ◦ blue 136

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

Shades of Zorba #988F88

Tints of Zorba #988F88

RGB

 RED value IS 152 (59.77% from 255) = 35.27%

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

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

R = 35.27%
G = 33.18%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#988F88 (or 0x988F88) is known color: Zorba. HEX triplet: 98, 8F and 88. RGB value is (152,143,136). Sum of RGB (Red+Green+Blue) = 152+143+136=431 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.27% from 431); Green value is 143 (56.25% from 255 or 33.18% from 431); Blue value is 136 (53.52% from 255 or 31.55% from 431); Max value from RGB is 152 - color contains mainly: red. Hex color #988F88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988F88 is #677077. Grayscale: #909090. Windows color (decimal): -6779000 or 8949656. OLE color: 8949656.

HSL color Cylindrical-coordinate representation of color #988F88: hue angle of 26.25º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #988F88 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 143 136 -
CMYK 0 0.06 0.11 0.40
HSL 26.25º 0.07% 0.56% -
HSV(B) 26.25º 0.11% 0.6% -
XYZ 27.22 28.1 27.28 -
YUV 144.89 122.98 133.07 -
System Red Green Blue C M Y K H S L
Decimal 152 143 136 0 0.06 0.11 0.40 26.25 0.07 0.56
Hex 98 8F 88 0 6 B 28 1A 7 38
Octal 230 217 210 0 6 13 50 32 7 70
Binary 10011000 10001111 10001000 0 110 1011 101000 11010 111 111000

Color Harmonies of #988F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988F88

Black with #988F88

Text Example


Text Example

White with #988F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988F88; }

 p { color: rgb(152,143,136); }

 H1.HeaderClassName
 {
   color: #988F88;
 }
 .AnyTagClassName
 {
   color: #988F88;
 }
</style>

background-color css

<style>
 a { background-color: #988F88; }

 a { background-color: rgb(152,143,136); }

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

border-color css

<style>
 span { border-color: #988F88; }

 span { border-color: rgb(152,143,136); }

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