Html Css Color HEX #988F8B Zorba

📋 copy color: '#988F8B'

red 152 ◦ green 143 ◦ blue 139

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

Shades of Zorba #988F8B

Tints of Zorba #988F8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.03%

R = 35.02%
G = 32.95%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#988F8B (or 0x988F8B) is known color: Zorba. HEX triplet: 98, 8F and 8B. RGB value is (152,143,139). Sum of RGB (Red+Green+Blue) = 152+143+139=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 139 (54.69% from 255 or 32.03% from 434); Max value from RGB is 152 - color contains mainly: red. Hex color #988F8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988F8B is #677074. Grayscale: #919191. Windows color (decimal): -6778997 or 9146264. OLE color: 9146264.

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

Color convert

RGB 152 143 139 -
CMYK 0 0.06 0.09 0.40
HSL 18.46º 0.06% 0.57% -
HSV(B) 18.46º 0.09% 0.6% -
XYZ 27.43 28.18 28.42 -
YUV 145.24 124.48 132.83 -
System Red Green Blue C M Y K H S L
Decimal 152 143 139 0 0.06 0.09 0.40 18.46 0.06 0.57
Hex 98 8F 8B 0 6 9 28 12 6 39
Octal 230 217 213 0 6 11 50 22 6 71
Binary 10011000 10001111 10001011 0 110 1001 101000 10010 110 111001

Color Harmonies of #988F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988F8B

Black with #988F8B

Text Example


Text Example

White with #988F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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