Html Css Color HEX #838A87 Granny Smith

📋 copy color: '#838A87'

red 131 ◦ green 138 ◦ blue 135

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

Shades of Granny Smith #838A87

Tints of Granny Smith #838A87

RGB

 RED value IS 131 (51.56% from 255) = 32.43%

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

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

R = 32.43%
G = 34.16%
B = 33.42%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.02

 K value IS 0.46

RGB Variations

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

Color information

#838A87 (or 0x838A87) is known color: Granny Smith. HEX triplet: 83, 8A and 87. RGB value is (131,138,135). Sum of RGB (Red+Green+Blue) = 131+138+135=404 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.43% from 404); Green value is 138 (54.30% from 255 or 34.16% from 404); Blue value is 135 (53.12% from 255 or 33.42% from 404); Max value from RGB is 138 - color contains mainly: green. Hex color #838A87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838A87 is #7C7578. Grayscale: #878787. Windows color (decimal): -8156537 or 8882819. OLE color: 8882819.

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

Color convert

RGB 131 138 135 -
CMYK 0.05 0 0.02 0.46
HSL 154.29º 0.03% 0.53% -
HSV(B) 154.29º 0.05% 0.54% -
XYZ 22.82 24.75 26.5 -
YUV 135.57 127.68 124.74 -
System Red Green Blue C M Y K H S L
Decimal 131 138 135 0.05 0 0.02 0.46 154.29 0.03 0.53
Hex 83 8A 87 5 0 2 2E 9A 3 35
Octal 203 212 207 5 0 2 56 232 3 65
Binary 10000011 10001010 10000111 101 0 10 101110 10011010 11 110101

Color Harmonies of #838A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838A87

Black with #838A87

Text Example


Text Example

White with #838A87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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