#67737C

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

Shades of Raven #67737C

Tints of Raven #67737C

Color information

#67737C (or 0x67737C) is unknown color: approx Raven. HEX triplet: 67, 73 and 7C. RGB value is (103,115,124). Sum of RGB (Red+Green+Blue) = 103+115+124=342 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.12% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 124 - color contains mainly: blue. Hex color #67737C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67737C is #988C83. Grayscale: #707070. Windows color (decimal): -9997444 or 8156007. OLE color: 8156007.

HSL color Cylindrical-coordinate representation of color #67737C: hue angle of 205.71º 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 #67737C is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB103115124-
CMYK0.170.0700.51
HSL205.71º9.25%44.51%-
HSV(B)205.71º16.94%48.63%-
XYZ15.3616.621.46-
YUV112.44134.52121.27-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.12%
GREEN value IS 115 (45.31% from 255) = 33.63%
BLUE value IS 124 (48.83% from 255) = 36.26%
R=30.12%
G=33.63%
B=36.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1031151240.170.0700.51205.719.2544.51
Hex67737C117033ce92d
Octal1471631742170633161155
Binary110011111100111111100100011110110011110011101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67737C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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