#67707B

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

Shades of Raven #67707B

Tints of Raven #67707B

Color information

#67707B (or 0x67707B) is unknown color: approx Raven. HEX triplet: 67, 70 and 7B. RGB value is (103,112,123). Sum of RGB (Red+Green+Blue) = 103+112+123=338 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.47% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 123 - color contains mainly: blue. Hex color #67707B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67707B is #988F84. Grayscale: #6E6E6E. Windows color (decimal): -9998213 or 8089703. OLE color: 8089703.

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

Color convert

RGB103112123-
CMYK0.160.0900.52
HSL213º8.85%44.31%-
HSV(B)213º16.26%48.24%-
XYZ14.9615.921.02-
YUV110.56135.02122.61-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.47%
GREEN value IS 112 (44.14% from 255) = 33.14%
BLUE value IS 123 (48.44% from 255) = 36.39%
R=30.47%
G=33.14%
B=36.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1031121230.160.0900.522138.8544.31
Hex67707B109034d592c
Octal14716017320110643251154
Binary1100111111000011110111000010010110100110101011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67707B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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