Html Css Color HEX #98908C Zorba

📋 copy color: '#98908C'

red 152 ◦ green 144 ◦ blue 140

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

Shades of Zorba #98908C

Tints of Zorba #98908C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.03%

 BLUE value IS 140 (55.08% from 255) = 32.11%

R = 34.86%
G = 33.03%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#98908C (or 0x98908C) is known color: Zorba. HEX triplet: 98, 90 and 8C. RGB value is (152,144,140). Sum of RGB (Red+Green+Blue) = 152+144+140=436 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.86% from 436); Green value is 144 (56.64% from 255 or 33.03% from 436); Blue value is 140 (55.08% from 255 or 32.11% from 436); Max value from RGB is 152 - color contains mainly: red. Hex color #98908C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98908C is #676F73. Grayscale: #919191. Windows color (decimal): -6778740 or 9212056. OLE color: 9212056.

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

Color convert

RGB 152 144 140 -
CMYK 0 0.05 0.08 0.40
HSL 20º 0.06% 0.57% -
HSV(B) 20º 0.08% 0.6% -
XYZ 27.66 28.52 28.86 -
YUV 145.94 124.65 132.33 -
System Red Green Blue C M Y K H S L
Decimal 152 144 140 0 0.05 0.08 0.40 20 0.06 0.57
Hex 98 90 8C 0 5 8 28 14 6 39
Octal 230 220 214 0 5 10 50 24 6 71
Binary 10011000 10010000 10001100 0 101 1000 101000 10100 110 111001

Color Harmonies of #98908C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98908C

Black with #98908C

Text Example


Text Example

White with #98908C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98908C; }

 p { color: rgb(152,144,140); }

 H1.HeaderClassName
 {
   color: #98908C;
 }
 .AnyTagClassName
 {
   color: #98908C;
 }
</style>

background-color css

<style>
 a { background-color: #98908C; }

 a { background-color: rgb(152,144,140); }

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

border-color css

<style>
 span { border-color: #98908C; }

 span { border-color: rgb(152,144,140); }

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