#76797D

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

Shades of Raven #76797D

Tints of Raven #76797D

Color information

#76797D (or 0x76797D) is unknown color: approx Raven. HEX triplet: 76, 79 and 7D. RGB value is (118,121,125). Sum of RGB (Red+Green+Blue) = 118+121+125=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 125 - color contains mainly: blue. Hex color #76797D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76797D is #898682. Grayscale: #787878. Windows color (decimal): -9012867 or 8223094. OLE color: 8223094.

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

Color convert

RGB118121125-
CMYK0.060.0300.51
HSL214.29º2.88%47.65%-
HSV(B)214.29º5.6%49.02%-
XYZ18.0119.0122.12-
YUV120.56130.51126.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.42%
GREEN value IS 121 (47.66% from 255) = 33.24%
BLUE value IS 125 (49.22% from 255) = 34.34%
R=32.42%
G=33.24%
B=34.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1181211250.060.0300.51214.292.8847.65
Hex76797D63033d6330
Octal16617117563063326360
Binary1110110111100111111011101101100111101011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76797D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76797D; }

 p { color: rgb(118,121,125); }

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

<style>
 a { background-color: #76797D; }

 a { background-color: rgb(118,121,125); }

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

<style>
 span { border-color: #76797D; }

 span { border-color: rgb(118,121,125); }

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