Html Css Color HEX #848C89 Granny Smith

📋 copy color: '#848C89'

red 132 ◦ green 140 ◦ blue 137

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

Shades of Granny Smith #848C89

Tints of Granny Smith #848C89

RGB

 RED value IS 132 (51.95% from 255) = 32.27%

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

 BLUE value IS 137 (53.91% from 255) = 33.5%

R = 32.27%
G = 34.23%
B = 33.5%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#848C89 (or 0x848C89) is known color: Granny Smith. HEX triplet: 84, 8C and 89. RGB value is (132,140,137). Sum of RGB (Red+Green+Blue) = 132+140+137=409 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.27% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 137 (53.91% from 255 or 33.50% from 409); Max value from RGB is 140 - color contains mainly: green. Hex color #848C89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848C89 is #7B7376. Grayscale: #898989. Windows color (decimal): -8090487 or 9014404. OLE color: 9014404.

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

Color convert

RGB 132 140 137 -
CMYK 0.06 0 0.02 0.45
HSL 157.5º 0.03% 0.53% -
HSV(B) 157.5º 0.06% 0.55% -
XYZ 23.41 25.47 27.35 -
YUV 137.27 127.85 124.24 -
System Red Green Blue C M Y K H S L
Decimal 132 140 137 0.06 0 0.02 0.45 157.5 0.03 0.53
Hex 84 8C 89 6 0 2 2D 9E 3 35
Octal 204 214 211 6 0 2 55 236 3 65
Binary 10000100 10001100 10001001 110 0 10 101101 10011110 11 110101

Color Harmonies of #848C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848C89

Black with #848C89

Text Example


Text Example

White with #848C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848C89; }

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

 H1.HeaderClassName
 {
   color: #848C89;
 }
 .AnyTagClassName
 {
   color: #848C89;
 }
</style>

background-color css

<style>
 a { background-color: #848C89; }

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

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

border-color css

<style>
 span { border-color: #848C89; }

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

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