Html Css Color HEX #828F87 Granny Smith

📋 copy color: '#828F87'

red 130 ◦ green 143 ◦ blue 135

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

Shades of Granny Smith #828F87

Tints of Granny Smith #828F87

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.05%

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

R = 31.86%
G = 35.05%
B = 33.09%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#828F87 (or 0x828F87) is known color: Granny Smith. HEX triplet: 82, 8F and 87. RGB value is (130,143,135). Sum of RGB (Red+Green+Blue) = 130+143+135=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 143 (56.25% from 255 or 35.05% from 408); Blue value is 135 (53.12% from 255 or 33.09% from 408); Max value from RGB is 143 - color contains mainly: green. Hex color #828F87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828F87 is #7D7078. Grayscale: #8A8A8A. Windows color (decimal): -8220793 or 8884098. OLE color: 8884098.

HSL color Cylindrical-coordinate representation of color #828F87: hue angle of 143.08º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #828F87 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB 130 143 135 -
CMYK 0.09 0 0.06 0.44
HSL 143.08º 0.05% 0.54% -
HSV(B) 143.08º 0.09% 0.56% -
XYZ 23.4 26.14 26.73 -
YUV 138.2 126.19 122.15 -
System Red Green Blue C M Y K H S L
Decimal 130 143 135 0.09 0 0.06 0.44 143.08 0.05 0.54
Hex 82 8F 87 9 0 6 2C 8F 5 36
Octal 202 217 207 11 0 6 54 217 5 66
Binary 10000010 10001111 10000111 1001 0 110 101100 10001111 101 110110

Color Harmonies of #828F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828F87

Black with #828F87

Text Example


Text Example

White with #828F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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