#67717B

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

Shades of Raven #67717B

Tints of Raven #67717B

Color information

#67717B (or 0x67717B) is unknown color: approx Raven. HEX triplet: 67, 71 and 7B. RGB value is (103,113,123). Sum of RGB (Red+Green+Blue) = 103+113+123=339 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.38% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 123 - color contains mainly: blue. Hex color #67717B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67717B is #988E84. Grayscale: #6F6F6F. Windows color (decimal): -9997957 or 8089959. OLE color: 8089959.

HSL color Cylindrical-coordinate representation of color #67717B: hue angle of 210º degrees, saturation: 0.09, 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 #67717B is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB103113123-
CMYK0.160.0800.52
HSL210º8.85%44.31%-
HSV(B)210º16.26%48.24%-
XYZ15.0716.1221.06-
YUV111.15134.69122.19-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.38%
GREEN value IS 113 (44.53% from 255) = 33.33%
BLUE value IS 123 (48.44% from 255) = 36.28%
R=30.38%
G=33.33%
B=36.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1031131230.160.0800.522108.8544.31
Hex67717B108034d292c
Octal14716117320100643221154
Binary1100111111000111110111000010000110100110100101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67717B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67717B; }

 p { color: rgb(103,113,123); }

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

<style>
 a { background-color: #67717B; }

 a { background-color: rgb(103,113,123); }

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

<style>
 span { border-color: #67717B; }

 span { border-color: rgb(103,113,123); }

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