#676C75

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

Shades of Raven #676C75

Tints of Raven #676C75

Color information

#676C75 (or 0x676C75) is unknown color: approx Raven. HEX triplet: 67, 6C and 75. RGB value is (103,108,117). Sum of RGB (Red+Green+Blue) = 103+108+117=328 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.40% from 328); Green value is 108 (42.58% from 255 or 32.93% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 117 - color contains mainly: blue. Hex color #676C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676C75 is #98938A. Grayscale: #6B6B6B. Windows color (decimal): -9999243 or 7695463. OLE color: 7695463.

HSL color Cylindrical-coordinate representation of color #676C75: hue angle of 218.57º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #676C75 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB103108117-
CMYK0.120.0800.54
HSL218.57º6.36%43.14%-
HSV(B)218.57º11.97%45.88%-
XYZ14.1714.8918.96-
YUV107.53133.34124.77-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.40%
GREEN value IS 108 (42.58% from 255) = 32.93%
BLUE value IS 117 (46.09% from 255) = 35.67%
R=31.40%
G=32.93%
B=35.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1031081170.120.0800.54218.576.3643.14
Hex676C75C8036db62b
Octal1471541651410066333653
Binary11001111101100111010111001000011011011011011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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