#66777B

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

Shades of Blue Bayoux #66777B

Tints of Blue Bayoux #66777B

Color information

#66777B (or 0x66777B) is unknown color: approx Blue Bayoux. HEX triplet: 66, 77 and 7B. RGB value is (102,119,123). Sum of RGB (Red+Green+Blue) = 102+119+123=344 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.65% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 123 - color contains mainly: blue. Hex color #66777B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66777B is #998884. Grayscale: #727272. Windows color (decimal): -10061957 or 8091494. OLE color: 8091494.

HSL color Cylindrical-coordinate representation of color #66777B: hue angle of 191.43º 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 #66777B is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB102119123-
CMYK0.170.0300.52
HSL191.43º9.33%44.12%-
HSV(B)191.43º17.07%48.24%-
XYZ15.6517.4521.28-
YUV114.37132.87119.17-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.65%
GREEN value IS 119 (46.88% from 255) = 34.59%
BLUE value IS 123 (48.44% from 255) = 35.76%
R=29.65%
G=34.59%
B=35.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1021191230.170.0300.52191.439.3344.12
Hex66777B113034bf92c
Octal1461671732130642771154
Binary11001101110111111101110001110110100101111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66777B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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