#7C928D

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

Shades of Granny Smith #7C928D

Tints of Granny Smith #7C928D

Color information

#7C928D (or 0x7C928D) is unknown color: approx Granny Smith. HEX triplet: 7C, 92 and 8D. RGB value is (124,146,141). Sum of RGB (Red+Green+Blue) = 124+146+141=411 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.17% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 146 - color contains mainly: green. Hex color #7C928D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C928D is #836D72. Grayscale: #8A8A8A. Windows color (decimal): -8613235 or 9278076. OLE color: 9278076.

HSL color Cylindrical-coordinate representation of color #7C928D: hue angle of 166.36º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7C928D is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB124146141-
CMYK0.1500.030.43
HSL166.36º9.17%52.94%-
HSV(B)166.36º15.07%57.25%-
XYZ23.426.7729.13-
YUV138.85129.21117.41-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.17%
GREEN value IS 146 (57.42% from 255) = 35.52%
BLUE value IS 141 (55.47% from 255) = 34.31%
R=30.17%
G=35.52%
B=34.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1241461410.1500.030.43166.369.1752.94
Hex7C928DF032Ba6935
Octal1742222151703532461165
Binary111110010010010100011011111011101011101001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,146,141); }

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

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

 a { background-color: rgb(124,146,141); }

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

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

 span { border-color: rgb(124,146,141); }

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