#66777D

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

Shades of Blue Bayoux #66777D

Tints of Blue Bayoux #66777D

Color information

#66777D (or 0x66777D) is unknown color: approx Blue Bayoux. HEX triplet: 66, 77 and 7D. RGB value is (102,119,125). Sum of RGB (Red+Green+Blue) = 102+119+125=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 125 - color contains mainly: blue. Hex color #66777D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66777D is #998882. Grayscale: #727272. Windows color (decimal): -10061955 or 8222566. OLE color: 8222566.

HSL color Cylindrical-coordinate representation of color #66777D: hue angle of 195.65º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #66777D is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB102119125-
CMYK0.180.0500.51
HSL195.65º10.13%44.51%-
HSV(B)195.65º18.4%49.02%-
XYZ15.7817.521.95-
YUV114.6133.87119.01-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.48%
GREEN value IS 119 (46.88% from 255) = 34.39%
BLUE value IS 125 (49.22% from 255) = 36.13%
R=29.48%
G=34.39%
B=36.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1021191250.180.0500.51195.6510.1344.51
Hex66777D125033c4a2d
Octal1461671752250633041255
Binary110011011101111111101100101010110011110001001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66777D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66777D; }

 p { color: rgb(102,119,125); }

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

<style>
 a { background-color: #66777D; }

 a { background-color: rgb(102,119,125); }

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

<style>
 span { border-color: #66777D; }

 span { border-color: rgb(102,119,125); }

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