#73767A

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

Shades of Raven #73767A

Tints of Raven #73767A

Color information

#73767A (or 0x73767A) is unknown color: approx Raven. HEX triplet: 73, 76 and 7A. RGB value is (115,118,122). Sum of RGB (Red+Green+Blue) = 115+118+122=355 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.39% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 122 - color contains mainly: blue. Hex color #73767A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73767A is #8C8985. Grayscale: #757575. Windows color (decimal): -9210246 or 8025715. OLE color: 8025715.

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

Color convert

RGB115118122-
CMYK0.060.0300.52
HSL214.29º2.95%46.47%-
HSV(B)214.29º5.74%47.84%-
XYZ17.0618.0120.99-
YUV117.56130.51126.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.39%
GREEN value IS 118 (46.48% from 255) = 33.24%
BLUE value IS 122 (48.05% from 255) = 34.37%
R=32.39%
G=33.24%
B=34.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1151181220.060.0300.52214.292.9546.47
Hex73767A63034d632e
Octal16316617263064326356
Binary1110011111011011110101101101101001101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73767A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73767A; }

 p { color: rgb(115,118,122); }

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

<style>
 a { background-color: #73767A; }

 a { background-color: rgb(115,118,122); }

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

<style>
 span { border-color: #73767A; }

 span { border-color: rgb(115,118,122); }

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