#67707C

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

Shades of Raven #67707C

Tints of Raven #67707C

Color information

#67707C (or 0x67707C) is unknown color: approx Raven. HEX triplet: 67, 70 and 7C. RGB value is (103,112,124). Sum of RGB (Red+Green+Blue) = 103+112+124=339 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.38% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 124 - color contains mainly: blue. Hex color #67707C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67707C is #988F83. Grayscale: #6E6E6E. Windows color (decimal): -9998212 or 8155239. OLE color: 8155239.

HSL color Cylindrical-coordinate representation of color #67707C: hue angle of 214.29º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #67707C is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB103112124-
CMYK0.170.1000.51
HSL214.29º9.25%44.51%-
HSV(B)214.29º16.94%48.63%-
XYZ15.0315.9321.35-
YUV110.68135.52122.52-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.38%
GREEN value IS 112 (44.14% from 255) = 33.04%
BLUE value IS 124 (48.83% from 255) = 36.58%
R=30.38%
G=33.04%
B=36.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1031121240.170.1000.51214.299.2544.51
Hex67707C11A033d692d
Octal14716017421120633261155
Binary1100111111000011111001000110100110011110101101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67707C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67707C; }

 p { color: rgb(103,112,124); }

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

<style>
 a { background-color: #67707C; }

 a { background-color: rgb(103,112,124); }

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

<style>
 span { border-color: #67707C; }

 span { border-color: rgb(103,112,124); }

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