#75797E

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

Shades of Raven #75797E

Tints of Raven #75797E

Color information

#75797E (or 0x75797E) is unknown color: approx Raven. HEX triplet: 75, 79 and 7E. RGB value is (117,121,126). Sum of RGB (Red+Green+Blue) = 117+121+126=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 126 - color contains mainly: blue. Hex color #75797E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75797E is #8A8681. Grayscale: #787878. Windows color (decimal): -9078402 or 8288629. OLE color: 8288629.

HSL color Cylindrical-coordinate representation of color #75797E: hue angle of 213.33º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #75797E is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB117121126-
CMYK0.070.0400.51
HSL213.33º3.7%47.65%-
HSV(B)213.33º7.14%49.41%-
XYZ17.9418.9622.45-
YUV120.37131.17125.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.14%
GREEN value IS 121 (47.66% from 255) = 33.24%
BLUE value IS 126 (49.61% from 255) = 34.62%
R=32.14%
G=33.24%
B=34.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1171211260.070.0400.51213.333.747.65
Hex75797E74033d5430
Octal16517117674063325460
Binary111010111110011111110111100011001111010101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75797E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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