#74847E

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

Shades of Granny Smith #74847E

Tints of Granny Smith #74847E

Color information

#74847E (or 0x74847E) is unknown color: approx Granny Smith. HEX triplet: 74, 84 and 7E. RGB value is (116,132,126). Sum of RGB (Red+Green+Blue) = 116+132+126=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 132 - color contains mainly: green. Hex color #74847E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74847E is #8B7B81. Grayscale: #7E7E7E. Windows color (decimal): -9141122 or 8291444. OLE color: 8291444.

HSL color Cylindrical-coordinate representation of color #74847E: hue angle of 157.5º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #74847E is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB116132126-
CMYK0.1200.050.48
HSL157.5º6.45%48.63%-
HSV(B)157.5º12.12%51.76%-
XYZ19.2221.7222.92-
YUV126.53127.7120.49-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.02%
GREEN value IS 132 (51.95% from 255) = 35.29%
BLUE value IS 126 (49.61% from 255) = 33.69%
R=31.02%
G=35.29%
B=33.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1161321260.1200.050.48157.56.4548.63
Hex74847EC05309d631
Octal164204176140560235661
Binary11101001000010011111101100010111000010011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74847E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74847E; }

 p { color: rgb(116,132,126); }

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

<style>
 a { background-color: #74847E; }

 a { background-color: rgb(116,132,126); }

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

<style>
 span { border-color: #74847E; }

 span { border-color: rgb(116,132,126); }

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