#66727E

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

Shades of Raven #66727E

Tints of Raven #66727E

Color information

#66727E (or 0x66727E) is unknown color: approx Raven. HEX triplet: 66, 72 and 7E. RGB value is (102,114,126). Sum of RGB (Red+Green+Blue) = 102+114+126=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 126 - color contains mainly: blue. Hex color #66727E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66727E is #998D81. Grayscale: #6F6F6F. Windows color (decimal): -10063234 or 8286822. OLE color: 8286822.

HSL color Cylindrical-coordinate representation of color #66727E: hue angle of 210º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #66727E is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB102114126-
CMYK0.190.1000.51
HSL210º10.53%44.71%-
HSV(B)210º19.05%49.41%-
XYZ15.2616.3722.09-
YUV111.78136.02121.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.82%
GREEN value IS 114 (44.92% from 255) = 33.33%
BLUE value IS 126 (49.61% from 255) = 36.84%
R=29.82%
G=33.33%
B=36.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1021141260.190.1000.5121010.5344.71
Hex66727E13A033d2b2d
Octal14616217623120633221355
Binary1100110111001011111101001110100110011110100101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66727E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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