#737475

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

Shades of Raven #737475

Tints of Raven #737475

Color information

#737475 (or 0x737475) is unknown color: approx Raven. HEX triplet: 73, 74 and 75. RGB value is (115,116,117). Sum of RGB (Red+Green+Blue) = 115+116+117=348 (46% of max value = 765). Red value is 115 (45.31% from 255 or 33.05% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 117 - color contains mainly: blue. Hex color #737475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737475 is #8C8B8A. Grayscale: #737373. Windows color (decimal): -9210763 or 7697523. OLE color: 7697523.

HSL color Cylindrical-coordinate representation of color #737475: hue angle of 210º degrees, saturation: 0.01, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #737475 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB115116117-
CMYK0.020.0100.54
HSL210º0.86%45.49%-
HSV(B)210º1.71%45.88%-
XYZ16.5317.4219.32-
YUV115.82128.67127.42-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.05%
GREEN value IS 116 (45.70% from 255) = 33.33%
BLUE value IS 117 (46.09% from 255) = 33.62%
R=33.05%
G=33.33%
B=33.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1151161170.020.0100.542100.8645.49
Hex73747521036d212d
Octal16316416521066322155
Binary1110011111010011101011010110110110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737475; }

 p { color: rgb(115,116,117); }

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

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

 a { background-color: rgb(115,116,117); }

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

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

 span { border-color: rgb(115,116,117); }

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