#677382

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

Shades of Raven #677382

Tints of Raven #677382

Color information

#677382 (or 0x677382) is unknown color: approx Raven. HEX triplet: 67, 73 and 82. RGB value is (103,115,130). Sum of RGB (Red+Green+Blue) = 103+115+130=348 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.60% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 130 (51.17% from 255 or 37.36% from 348); Max value from RGB is 130 - color contains mainly: blue. Hex color #677382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677382 is #988C7D. Grayscale: #717171. Windows color (decimal): -9997438 or 8549223. OLE color: 8549223.

HSL color Cylindrical-coordinate representation of color #677382: hue angle of 213.33º 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 #677382 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB103115130-
CMYK0.210.1200.49
HSL213.33º11.59%45.69%-
HSV(B)213.33º20.77%50.98%-
XYZ15.7516.7623.52-
YUV113.12137.52120.78-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.60%
GREEN value IS 115 (45.31% from 255) = 33.05%
BLUE value IS 130 (51.17% from 255) = 37.36%
R=29.60%
G=33.05%
B=37.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1031151300.210.1200.49213.3311.5945.69
Hex67738215C031d5c2e
Octal14716320225140613251456
Binary11001111110011100000101010111000110001110101011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677382; }

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

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

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

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

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

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

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

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