#676C79

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

Shades of Raven #676C79

Tints of Raven #676C79

Color information

#676C79 (or 0x676C79) is unknown color: approx Raven. HEX triplet: 67, 6C and 79. RGB value is (103,108,121). Sum of RGB (Red+Green+Blue) = 103+108+121=332 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.02% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 121 (47.66% from 255 or 36.45% from 332); Max value from RGB is 121 - color contains mainly: blue. Hex color #676C79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676C79 is #989386. Grayscale: #6B6B6B. Windows color (decimal): -9999239 or 7957607. OLE color: 7957607.

HSL color Cylindrical-coordinate representation of color #676C79: hue angle of 223.33º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #676C79 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB103108121-
CMYK0.150.1100.53
HSL223.33º8.04%43.92%-
HSV(B)223.33º14.88%47.45%-
XYZ14.4114.9920.22-
YUV107.99135.34124.44-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.02%
GREEN value IS 108 (42.58% from 255) = 32.53%
BLUE value IS 121 (47.66% from 255) = 36.45%
R=31.02%
G=32.53%
B=36.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1031081210.150.1100.53223.338.0443.92
Hex676C79FB035df82c
Octal14715417117130653371054
Binary110011111011001111001111110110110101110111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676C79; }

 p { color: rgb(103,108,121); }

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

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

 a { background-color: rgb(103,108,121); }

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

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

 span { border-color: rgb(103,108,121); }

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