#69727C

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

Shades of Raven #69727C

Tints of Raven #69727C

Color information

#69727C (or 0x69727C) is unknown color: approx Raven. HEX triplet: 69, 72 and 7C. RGB value is (105,114,124). Sum of RGB (Red+Green+Blue) = 105+114+124=343 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.61% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 124 - color contains mainly: blue. Hex color #69727C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69727C is #968D83. Grayscale: #707070. Windows color (decimal): -9866628 or 8155753. OLE color: 8155753.

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

Color convert

RGB105114124-
CMYK0.150.0800.51
HSL211.58º8.3%44.9%-
HSV(B)211.58º15.32%48.63%-
XYZ15.4816.4921.44-
YUV112.45134.52122.69-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.61%
GREEN value IS 114 (44.92% from 255) = 33.24%
BLUE value IS 124 (48.83% from 255) = 36.15%
R=30.61%
G=33.24%
B=36.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1051141240.150.0800.51211.588.344.9
Hex69727CF8033d482d
Octal15116217417100633241055
Binary110100111100101111100111110000110011110101001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69727C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,114,124); }

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

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

 a { background-color: rgb(105,114,124); }

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

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

 span { border-color: rgb(105,114,124); }

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