Html Css Color HEX #828C88 Granny Smith

📋 copy color: '#828C88'

red 130 ◦ green 140 ◦ blue 136

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

Shades of Granny Smith #828C88

Tints of Granny Smith #828C88

RGB

 RED value IS 130 (51.17% from 255) = 32.02%

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

 BLUE value IS 136 (53.52% from 255) = 33.5%

R = 32.02%
G = 34.48%
B = 33.5%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#828C88 (or 0x828C88) is known color: Granny Smith. HEX triplet: 82, 8C and 88. RGB value is (130,140,136). Sum of RGB (Red+Green+Blue) = 130+140+136=406 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.02% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 140 - color contains mainly: green. Hex color #828C88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828C88 is #7D7377. Grayscale: #888888. Windows color (decimal): -8221560 or 8948866. OLE color: 8948866.

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

Color convert

RGB 130 140 136 -
CMYK 0.07 0 0.03 0.45
HSL 156º 0.04% 0.53% -
HSV(B) 156º 0.07% 0.55% -
XYZ 23.03 25.28 26.96 -
YUV 136.55 127.69 123.33 -
System Red Green Blue C M Y K H S L
Decimal 130 140 136 0.07 0 0.03 0.45 156 0.04 0.53
Hex 82 8C 88 7 0 3 2D 9C 4 35
Octal 202 214 210 7 0 3 55 234 4 65
Binary 10000010 10001100 10001000 111 0 11 101101 10011100 100 110101

Color Harmonies of #828C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828C88

Black with #828C88

Text Example


Text Example

White with #828C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828C88; }

 p { color: rgb(130,140,136); }

 H1.HeaderClassName
 {
   color: #828C88;
 }
 .AnyTagClassName
 {
   color: #828C88;
 }
</style>

background-color css

<style>
 a { background-color: #828C88; }

 a { background-color: rgb(130,140,136); }

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

border-color css

<style>
 span { border-color: #828C88; }

 span { border-color: rgb(130,140,136); }

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