#75797C

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

Shades of Raven #75797C

Tints of Raven #75797C

Color information

#75797C (or 0x75797C) is unknown color: approx Raven. HEX triplet: 75, 79 and 7C. RGB value is (117,121,124). Sum of RGB (Red+Green+Blue) = 117+121+124=362 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.32% from 362); Green value is 121 (47.66% from 255 or 33.43% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 124 - color contains mainly: blue. Hex color #75797C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75797C is #8A8683. Grayscale: #787878. Windows color (decimal): -9078404 or 8157557. OLE color: 8157557.

HSL color Cylindrical-coordinate representation of color #75797C: hue angle of 205.71º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #75797C is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB117121124-
CMYK0.060.0200.51
HSL205.71º2.9%47.25%-
HSV(B)205.71º5.65%48.63%-
XYZ17.8118.9121.78-
YUV120.15130.17125.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.32%
GREEN value IS 121 (47.66% from 255) = 33.43%
BLUE value IS 124 (48.83% from 255) = 34.25%
R=32.32%
G=33.43%
B=34.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1171211240.060.0200.51205.712.947.25
Hex75797C62033ce32f
Octal16517117462063316357
Binary1110101111100111111001101001100111100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75797C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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