#707677

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

Shades of Blue Bayoux #707677

Tints of Blue Bayoux #707677

Color information

#707677 (or 0x707677) is unknown color: approx Blue Bayoux. HEX triplet: 70, 76 and 77. RGB value is (112,118,119). Sum of RGB (Red+Green+Blue) = 112+118+119=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 119 (46.88% from 255 or 34.10% from 349); Max value from RGB is 119 - color contains mainly: blue. Hex color #707677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707677 is #8F8988. Grayscale: #747474. Windows color (decimal): -9406857 or 7829104. OLE color: 7829104.

HSL color Cylindrical-coordinate representation of color #707677: hue angle of 188.57º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #707677 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB112118119-
CMYK0.060.0100.53
HSL188.57º3.03%45.29%-
HSV(B)188.57º5.88%46.67%-
XYZ16.4917.7320.01-
YUV116.32129.51124.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.09%
GREEN value IS 118 (46.48% from 255) = 33.81%
BLUE value IS 119 (46.88% from 255) = 34.10%
R=32.09%
G=33.81%
B=34.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1121181190.060.0100.53188.573.0345.29
Hex70767761035bd32d
Octal16016616761065275355
Binary111000011101101110111110101101011011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707677; }

 p { color: rgb(112,118,119); }

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

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

 a { background-color: rgb(112,118,119); }

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

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

 span { border-color: rgb(112,118,119); }

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