#676B79

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

Shades of Raven #676B79

Tints of Raven #676B79

Color information

#676B79 (or 0x676B79) is unknown color: approx Raven. HEX triplet: 67, 6B and 79. RGB value is (103,107,121). Sum of RGB (Red+Green+Blue) = 103+107+121=331 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.12% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 121 (47.66% from 255 or 36.56% from 331); Max value from RGB is 121 - color contains mainly: blue. Hex color #676B79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676B79 is #989486. Grayscale: #6B6B6B. Windows color (decimal): -9999495 or 7957351. OLE color: 7957351.

HSL color Cylindrical-coordinate representation of color #676B79: hue angle of 226.67º 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 #676B79 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB103107121-
CMYK0.150.1200.53
HSL226.67º8.04%43.92%-
HSV(B)226.67º14.88%47.45%-
XYZ14.314.7820.19-
YUV107.4135.67124.86-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.12%
GREEN value IS 107 (42.19% from 255) = 32.33%
BLUE value IS 121 (47.66% from 255) = 36.56%
R=31.12%
G=32.33%
B=36.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1031071210.150.1200.53226.678.0443.92
Hex676B79FC035e382c
Octal14715317117140653431054
Binary110011111010111111001111111000110101111000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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