#677577

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

Shades of Blue Bayoux #677577

Tints of Blue Bayoux #677577

Color information

#677577 (or 0x677577) is unknown color: approx Blue Bayoux. HEX triplet: 67, 75 and 77. RGB value is (103,117,119). Sum of RGB (Red+Green+Blue) = 103+117+119=339 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.38% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 119 (46.88% from 255 or 35.10% from 339); Max value from RGB is 119 - color contains mainly: blue. Hex color #677577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677577 is #988A88. Grayscale: #717171. Windows color (decimal): -9996937 or 7828839. OLE color: 7828839.

HSL color Cylindrical-coordinate representation of color #677577: hue angle of 187.5º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #677577 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB103117119-
CMYK0.130.0200.53
HSL187.5º7.21%43.53%-
HSV(B)187.5º13.45%46.67%-
XYZ15.2816.9419.92-
YUV113.04131.36120.84-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.38%
GREEN value IS 117 (46.09% from 255) = 34.51%
BLUE value IS 119 (46.88% from 255) = 35.10%
R=30.38%
G=34.51%
B=35.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1031171190.130.0200.53187.57.2143.53
Hex677577D2035bc72c
Octal147165167152065274754
Binary110011111101011110111110110011010110111100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677577; }

 p { color: rgb(103,117,119); }

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

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

 a { background-color: rgb(103,117,119); }

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

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

 span { border-color: rgb(103,117,119); }

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