#676A72

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

Shades of Raven #676A72

Tints of Raven #676A72

Color information

#676A72 (or 0x676A72) is unknown color: approx Raven. HEX triplet: 67, 6A and 72. RGB value is (103,106,114). Sum of RGB (Red+Green+Blue) = 103+106+114=323 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.89% from 323); Green value is 106 (41.80% from 255 or 32.82% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 114 - color contains mainly: blue. Hex color #676A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676A72 is #98958D. Grayscale: #696969. Windows color (decimal): -9999758 or 7498343. OLE color: 7498343.

HSL color Cylindrical-coordinate representation of color #676A72: hue angle of 223.64º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #676A72 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB103106114-
CMYK0.100.0700.55
HSL223.64º5.07%42.55%-
HSV(B)223.64º9.65%44.71%-
XYZ13.7814.4117.97-
YUV106.01132.51125.85-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.89%
GREEN value IS 106 (41.80% from 255) = 32.82%
BLUE value IS 114 (44.92% from 255) = 35.29%
R=31.89%
G=32.82%
B=35.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1031061140.100.0700.55223.645.0742.55
Hex676A72A7037e052b
Octal147152162127067340553
Binary1100111110101011100101010111011011111100000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,106,114); }

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

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

 a { background-color: rgb(103,106,114); }

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

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

 span { border-color: rgb(103,106,114); }

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