Html Css Color HEX #9D9490 Zorba

📋 copy color: '#9D9490'

red 157 ◦ green 148 ◦ blue 144

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

Shades of Zorba #9D9490

Tints of Zorba #9D9490

RGB

 RED value IS 157 (61.72% from 255) = 34.97%

 GREEN value IS 148 (58.2% from 255) = 32.96%

 BLUE value IS 144 (56.64% from 255) = 32.07%

R = 34.97%
G = 32.96%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#9D9490 (or 0x9D9490) is known color: Zorba. HEX triplet: 9D, 94 and 90. RGB value is (157,148,144). Sum of RGB (Red+Green+Blue) = 157+148+144=449 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.97% from 449); Green value is 148 (58.20% from 255 or 32.96% from 449); Blue value is 144 (56.64% from 255 or 32.07% from 449); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9490 is #626B6F. Grayscale: #969696. Windows color (decimal): -6450032 or 9475229. OLE color: 9475229.

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

Color convert

RGB 157 148 144 -
CMYK 0 0.06 0.08 0.38
HSL 18.46º 0.06% 0.59% -
HSV(B) 18.46º 0.08% 0.62% -
XYZ 29.53 30.36 30.69 -
YUV 150.24 124.48 132.83 -
System Red Green Blue C M Y K H S L
Decimal 157 148 144 0 0.06 0.08 0.38 18.46 0.06 0.59
Hex 9D 94 90 0 6 8 26 12 6 3B
Octal 235 224 220 0 6 10 46 22 6 73
Binary 10011101 10010100 10010000 0 110 1000 100110 10010 110 111011

Color Harmonies of #9D9490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9490

Black with #9D9490

Text Example


Text Example

White with #9D9490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,148,144); }

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

background-color css

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

 a { background-color: rgb(157,148,144); }

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

border-color css

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

 span { border-color: rgb(157,148,144); }

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