#7B8E84

Color #7B8E84 Granny Smith (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith #7B8E84

Tints of Granny Smith #7B8E84

Color information

#7B8E84 (or 0x7B8E84) is unknown color: approx Granny Smith. HEX triplet: 7B, 8E and 84. RGB value is (123,142,132). Sum of RGB (Red+Green+Blue) = 123+142+132=397 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.98% from 397); Green value is 142 (55.86% from 255 or 35.77% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 142 - color contains mainly: green. Hex color #7B8E84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B8E84 is #84717B. Grayscale: #878787. Windows color (decimal): -8679804 or 8687227. OLE color: 8687227.

HSL color Cylindrical-coordinate representation of color #7B8E84: hue angle of 148.42º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7B8E84 is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB123142132-
CMYK0.1300.070.44
HSL148.42º7.76%51.96%-
HSV(B)148.42º13.38%55.69%-
XYZ22.0125.2225.54-
YUV135.18126.21119.31-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.98%
GREEN value IS 142 (55.86% from 255) = 35.77%
BLUE value IS 132 (51.95% from 255) = 33.25%
R=30.98%
G=35.77%
B=33.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1231421320.1300.070.44148.427.7651.96
Hex7B8E84D072C94834
Octal1732162041507542241064
Binary1111011100011101000010011010111101100100101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B8E84; }

 p { color: rgb(123,142,132); }

 H1.HeaderClassName
 {
   color: #7B8E84;
 }
 .AnyTagClassName
 {
   color: #7B8E84;
 }
</style>
background-color css

<style>
 a { background-color: #7B8E84; }

 a { background-color: rgb(123,142,132); }

 div.DivClassName
 {
   background-color: #7B8E84;
 }
 .BgClassName
 {
   background-color: #7B8E84;
 }
</style>
border-color css

<style>
 span { border-color: #7B8E84; }

 span { border-color: rgb(123,142,132); }

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