#677582

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

Shades of Raven #677582

Tints of Raven #677582

Color information

#677582 (or 0x677582) is unknown color: approx Raven. HEX triplet: 67, 75 and 82. RGB value is (103,117,130). Sum of RGB (Red+Green+Blue) = 103+117+130=350 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.43% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 130 (51.17% from 255 or 37.14% from 350); Max value from RGB is 130 - color contains mainly: blue. Hex color #677582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677582 is #988A7D. Grayscale: #727272. Windows color (decimal): -9996926 or 8549735. OLE color: 8549735.

HSL color Cylindrical-coordinate representation of color #677582: hue angle of 208.89º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #677582 is Cyan = 0.21, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB103117130-
CMYK0.210.100.49
HSL208.89º11.59%45.69%-
HSV(B)208.89º20.77%50.98%-
XYZ15.9817.2223.6-
YUV114.3136.86119.94-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.43%
GREEN value IS 117 (46.09% from 255) = 33.43%
BLUE value IS 130 (51.17% from 255) = 37.14%
R=29.43%
G=33.43%
B=37.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1031171300.210.100.49208.8911.5945.69
Hex67758215A031d1c2e
Octal14716520225120613211456
Binary11001111110101100000101010110100110001110100011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677582; }

 p { color: rgb(103,117,130); }

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

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

 a { background-color: rgb(103,117,130); }

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

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

 span { border-color: rgb(103,117,130); }

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