Html Css Color HEX #898B7D Jumbo

📋 copy color: '#898B7D'

red 137 ◦ green 139 ◦ blue 125

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

Shades of Jumbo #898B7D

Tints of Jumbo #898B7D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.66%

 BLUE value IS 125 (49.22% from 255) = 31.17%

R = 34.16%
G = 34.66%
B = 31.17%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#898B7D (or 0x898B7D) is known color: Jumbo. HEX triplet: 89, 8B and 7D. RGB value is (137,139,125). Sum of RGB (Red+Green+Blue) = 137+139+125=401 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.16% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 139 - color contains mainly: green. Hex color #898B7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898B7D is #767482. Grayscale: #888888. Windows color (decimal): -7763075 or 8227721. OLE color: 8227721.

HSL color Cylindrical-coordinate representation of color #898B7D: hue angle of 68.57º degrees, saturation: 0.06, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #898B7D is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB 137 139 125 -
CMYK 0.01 0 0.10 0.45
HSL 68.57º 0.06% 0.52% -
HSV(B) 68.57º 0.1% 0.55% -
XYZ 23.25 25.26 23.05 -
YUV 136.81 121.34 128.14 -
System Red Green Blue C M Y K H S L
Decimal 137 139 125 0.01 0 0.10 0.45 68.57 0.06 0.52
Hex 89 8B 7D 1 0 A 2D 45 6 34
Octal 211 213 175 1 0 12 55 105 6 64
Binary 10001001 10001011 1111101 1 0 1010 101101 1000101 110 110100

Color Harmonies of #898B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898B7D

Black with #898B7D

Text Example


Text Example

White with #898B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,139,125); }

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

background-color css

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

 a { background-color: rgb(137,139,125); }

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

border-color css

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

 span { border-color: rgb(137,139,125); }

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