#66727B

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

Shades of Raven #66727B

Tints of Raven #66727B

Color information

#66727B (or 0x66727B) is unknown color: approx Raven. HEX triplet: 66, 72 and 7B. RGB value is (102,114,123). Sum of RGB (Red+Green+Blue) = 102+114+123=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 114 (44.92% from 255 or 33.63% 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 #66727B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66727B is #998D84. Grayscale: #6F6F6F. Windows color (decimal): -10063237 or 8090214. OLE color: 8090214.

HSL color Cylindrical-coordinate representation of color #66727B: hue angle of 205.71º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #66727B is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB102114123-
CMYK0.170.0700.52
HSL205.71º9.33%44.12%-
HSV(B)205.71º17.07%48.24%-
XYZ15.0716.2921.09-
YUV111.44134.52121.27-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.09%
GREEN value IS 114 (44.92% from 255) = 33.63%
BLUE value IS 123 (48.44% from 255) = 36.28%
R=30.09%
G=33.63%
B=36.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1021141230.170.0700.52205.719.3344.12
Hex66727B117034ce92c
Octal1461621732170643161154
Binary110011011100101111011100011110110100110011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66727B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,114,123); }

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

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

 a { background-color: rgb(102,114,123); }

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

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

 span { border-color: rgb(102,114,123); }

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