Html Css Color HEX #898C7C Jumbo

📋 copy color: '#898C7C'

red 137 ◦ green 140 ◦ blue 124

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

Shades of Jumbo #898C7C

Tints of Jumbo #898C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 30.92%

R = 34.16%
G = 34.91%
B = 30.92%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#898C7C (or 0x898C7C) is known color: Jumbo. HEX triplet: 89, 8C and 7C. RGB value is (137,140,124). Sum of RGB (Red+Green+Blue) = 137+140+124=401 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.16% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 140 - color contains mainly: green. Hex color #898C7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898C7C is #767383. Grayscale: #898989. Windows color (decimal): -7762820 or 8162441. OLE color: 8162441.

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

Color convert

RGB 137 140 124 -
CMYK 0.02 0 0.11 0.45
HSL 71.25º 0.07% 0.52% -
HSV(B) 71.25º 0.11% 0.55% -
XYZ 23.33 25.53 22.77 -
YUV 137.28 120.51 127.8 -
System Red Green Blue C M Y K H S L
Decimal 137 140 124 0.02 0 0.11 0.45 71.25 0.07 0.52
Hex 89 8C 7C 2 0 B 2D 47 7 34
Octal 211 214 174 2 0 13 55 107 7 64
Binary 10001001 10001100 1111100 10 0 1011 101101 1000111 111 110100

Color Harmonies of #898C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898C7C

Black with #898C7C

Text Example


Text Example

White with #898C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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