#66787A

Color #66787A Blue Bayoux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bayoux #66787A

Tints of Blue Bayoux #66787A

Color information

#66787A (or 0x66787A) is unknown color: approx Blue Bayoux. HEX triplet: 66, 78 and 7A. RGB value is (102,120,122). Sum of RGB (Red+Green+Blue) = 102+120+122=344 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.65% from 344); Green value is 120 (47.27% from 255 or 34.88% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 122 - color contains mainly: blue. Hex color #66787A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66787A is #998785. Grayscale: #727272. Windows color (decimal): -10061702 or 8026214. OLE color: 8026214.

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

Color convert

RGB102120122-
CMYK0.160.0200.52
HSL186º8.93%43.92%-
HSV(B)186º16.39%47.84%-
XYZ15.7117.6620.99-
YUV114.85132.04118.84-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.65%
GREEN value IS 120 (47.27% from 255) = 34.88%
BLUE value IS 122 (48.05% from 255) = 35.47%
R=29.65%
G=34.88%
B=35.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1021201220.160.0200.521868.9343.92
Hex66787A102034ba92c
Octal1461701722020642721154
Binary11001101111000111101010000100110100101110101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66787A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66787A; }

 p { color: rgb(102,120,122); }

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

<style>
 a { background-color: #66787A; }

 a { background-color: rgb(102,120,122); }

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

<style>
 span { border-color: #66787A; }

 span { border-color: rgb(102,120,122); }

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