Html Css Color HEX #898C80 Jumbo

📋 copy color: '#898C80'

red 137 ◦ green 140 ◦ blue 128

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

Shades of Jumbo #898C80

Tints of Jumbo #898C80

RGB

 RED value IS 137 (53.91% from 255) = 33.83%

 GREEN value IS 140 (55.08% from 255) = 34.57%

 BLUE value IS 128 (50.39% from 255) = 31.6%

R = 33.83%
G = 34.57%
B = 31.6%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#898C80 (or 0x898C80) is known color: Jumbo. HEX triplet: 89, 8C and 80. RGB value is (137,140,128). Sum of RGB (Red+Green+Blue) = 137+140+128=405 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.83% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 140 - color contains mainly: green. Hex color #898C80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898C80 is #76737F. Grayscale: #898989. Windows color (decimal): -7762816 or 8424585. OLE color: 8424585.

HSL color Cylindrical-coordinate representation of color #898C80: hue angle of 75º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #898C80 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 137 140 128 -
CMYK 0.02 0 0.09 0.45
HSL 75º 0.05% 0.53% -
HSV(B) 75º 0.09% 0.55% -
XYZ 23.59 25.63 24.13 -
YUV 137.74 122.51 127.48 -
System Red Green Blue C M Y K H S L
Decimal 137 140 128 0.02 0 0.09 0.45 75 0.05 0.53
Hex 89 8C 80 2 0 9 2D 4B 5 35
Octal 211 214 200 2 0 11 55 113 5 65
Binary 10001001 10001100 10000000 10 0 1001 101101 1001011 101 110101

Color Harmonies of #898C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898C80

Black with #898C80

Text Example


Text Example

White with #898C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898C80; }

 p { color: rgb(137,140,128); }

 H1.HeaderClassName
 {
   color: #898C80;
 }
 .AnyTagClassName
 {
   color: #898C80;
 }
</style>

background-color css

<style>
 a { background-color: #898C80; }

 a { background-color: rgb(137,140,128); }

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

border-color css

<style>
 span { border-color: #898C80; }

 span { border-color: rgb(137,140,128); }

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