#676E7A

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

Shades of Raven #676E7A

Tints of Raven #676E7A

Color information

#676E7A (or 0x676E7A) is unknown color: approx Raven. HEX triplet: 67, 6E and 7A. RGB value is (103,110,122). Sum of RGB (Red+Green+Blue) = 103+110+122=335 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.75% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 122 - color contains mainly: blue. Hex color #676E7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676E7A is #989185. Grayscale: #6D6D6D. Windows color (decimal): -9998726 or 8023655. OLE color: 8023655.

HSL color Cylindrical-coordinate representation of color #676E7A: hue angle of 217.89º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #676E7A is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB103110122-
CMYK0.160.1000.52
HSL217.89º8.44%44.12%-
HSV(B)217.89º15.57%47.84%-
XYZ14.6815.4420.62-
YUV109.28135.18123.52-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.75%
GREEN value IS 110 (43.36% from 255) = 32.84%
BLUE value IS 122 (48.05% from 255) = 36.42%
R=30.75%
G=32.84%
B=36.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1031101220.160.1000.52217.898.4444.12
Hex676E7A10A034da82c
Octal14715617220120643321054
Binary1100111110111011110101000010100110100110110101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,110,122); }

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

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

 a { background-color: rgb(103,110,122); }

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

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

 span { border-color: rgb(103,110,122); }

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