#67777C

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

Shades of Blue Bayoux #67777C

Tints of Blue Bayoux #67777C

Color information

#67777C (or 0x67777C) is unknown color: approx Blue Bayoux. HEX triplet: 67, 77 and 7C. RGB value is (103,119,124). Sum of RGB (Red+Green+Blue) = 103+119+124=346 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.77% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 124 - color contains mainly: blue. Hex color #67777C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67777C is #988883. Grayscale: #727272. Windows color (decimal): -9996420 or 8157031. OLE color: 8157031.

HSL color Cylindrical-coordinate representation of color #67777C: hue angle of 194.29º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #67777C is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB103119124-
CMYK0.170.0400.51
HSL194.29º9.25%44.51%-
HSV(B)194.29º16.94%48.63%-
XYZ15.8317.5321.62-
YUV114.79133.2119.59-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.77%
GREEN value IS 119 (46.88% from 255) = 34.39%
BLUE value IS 124 (48.83% from 255) = 35.84%
R=29.77%
G=34.39%
B=35.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1031191240.170.0400.51194.299.2544.51
Hex67777C114033c292d
Octal1471671742140633021155
Binary110011111101111111100100011000110011110000101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67777C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67777C; }

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

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

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

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

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

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

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

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