#75847E

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

Shades of Granny Smith #75847E

Tints of Granny Smith #75847E

Color information

#75847E (or 0x75847E) is unknown color: approx Granny Smith. HEX triplet: 75, 84 and 7E. RGB value is (117,132,126). Sum of RGB (Red+Green+Blue) = 117+132+126=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 132 - color contains mainly: green. Hex color #75847E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75847E is #8A7B81. Grayscale: #7E7E7E. Windows color (decimal): -9075586 or 8291445. OLE color: 8291445.

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

Color convert

RGB117132126-
CMYK0.1100.050.48
HSL156º6.02%48.82%-
HSV(B)156º11.36%51.76%-
XYZ19.3521.7922.92-
YUV126.83127.53120.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.2%
GREEN value IS 132 (51.95% from 255) = 35.2%
BLUE value IS 126 (49.61% from 255) = 33.6%
R=31.2%
G=35.2%
B=33.6%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1171321260.1100.050.481566.0248.82
Hex75847EB05309c631
Octal165204176130560234661
Binary11101011000010011111101011010111000010011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75847E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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