#73777C

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

Shades of Raven #73777C

Tints of Raven #73777C

Color information

#73777C (or 0x73777C) is unknown color: approx Raven. HEX triplet: 73, 77 and 7C. RGB value is (115,119,124). Sum of RGB (Red+Green+Blue) = 115+119+124=358 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.12% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 124 - color contains mainly: blue. Hex color #73777C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73777C is #8C8883. Grayscale: #767676. Windows color (decimal): -9209988 or 8157043. OLE color: 8157043.

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

Color convert

RGB115119124-
CMYK0.070.0400.51
HSL213.33º3.77%46.86%-
HSV(B)213.33º7.26%48.63%-
XYZ17.3118.2921.69-
YUV118.37131.17125.59-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.12%
GREEN value IS 119 (46.88% from 255) = 33.24%
BLUE value IS 124 (48.83% from 255) = 34.64%
R=32.12%
G=33.24%
B=34.64%

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
Decimal1151191240.070.0400.51213.333.7746.86
Hex73777C74033d542f
Octal16316717474063325457
Binary111001111101111111100111100011001111010101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73777C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,119,124); }

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

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

 a { background-color: rgb(115,119,124); }

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

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

 span { border-color: rgb(115,119,124); }

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