Html Css Color HEX #828A87 Granny Smith

📋 copy color: '#828A87'

red 130 ◦ green 138 ◦ blue 135

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

Shades of Granny Smith #828A87

Tints of Granny Smith #828A87

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.24%

 BLUE value IS 135 (53.13% from 255) = 33.5%

R = 32.26%
G = 34.24%
B = 33.5%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.02

 K value IS 0.46

RGB Variations

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

Color information

#828A87 (or 0x828A87) is known color: Granny Smith. HEX triplet: 82, 8A and 87. RGB value is (130,138,135). Sum of RGB (Red+Green+Blue) = 130+138+135=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 135 (53.12% from 255 or 33.50% from 403); Max value from RGB is 138 - color contains mainly: green. Hex color #828A87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828A87 is #7D7578. Grayscale: #878787. Windows color (decimal): -8222073 or 8882818. OLE color: 8882818.

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

Color convert

RGB 130 138 135 -
CMYK 0.06 0 0.02 0.46
HSL 157.5º 0.03% 0.53% -
HSV(B) 157.5º 0.06% 0.54% -
XYZ 22.67 24.67 26.49 -
YUV 135.27 127.85 124.24 -
System Red Green Blue C M Y K H S L
Decimal 130 138 135 0.06 0 0.02 0.46 157.5 0.03 0.53
Hex 82 8A 87 6 0 2 2E 9E 3 35
Octal 202 212 207 6 0 2 56 236 3 65
Binary 10000010 10001010 10000111 110 0 10 101110 10011110 11 110101

Color Harmonies of #828A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828A87

Black with #828A87

Text Example


Text Example

White with #828A87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,138,135); }

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

background-color css

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

 a { background-color: rgb(130,138,135); }

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

border-color css

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

 span { border-color: rgb(130,138,135); }

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