#677277

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

Shades of Blue Bayoux #677277

Tints of Blue Bayoux #677277

Color information

#677277 (or 0x677277) is unknown color: approx Blue Bayoux. HEX triplet: 67, 72 and 77. RGB value is (103,114,119). Sum of RGB (Red+Green+Blue) = 103+114+119=336 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.65% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 119 - color contains mainly: blue. Hex color #677277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677277 is #988D88. Grayscale: #6F6F6F. Windows color (decimal): -9997705 or 7828071. OLE color: 7828071.

HSL color Cylindrical-coordinate representation of color #677277: hue angle of 198.75º 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 #677277 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB103114119-
CMYK0.130.0400.53
HSL198.75º7.21%43.53%-
HSV(B)198.75º13.45%46.67%-
XYZ14.9416.2519.8-
YUV111.28132.36122.09-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.65%
GREEN value IS 114 (44.92% from 255) = 33.93%
BLUE value IS 119 (46.88% from 255) = 35.42%
R=30.65%
G=33.93%
B=35.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1031141190.130.0400.53198.757.2143.53
Hex677277D4035c772c
Octal147162167154065307754
Binary1100111111001011101111101100011010111000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677277; }

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

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

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

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

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

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

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

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