#67767C

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

Shades of Blue Bayoux #67767C

Tints of Blue Bayoux #67767C

Color information

#67767C (or 0x67767C) is unknown color: approx Blue Bayoux. HEX triplet: 67, 76 and 7C. RGB value is (103,118,124). Sum of RGB (Red+Green+Blue) = 103+118+124=345 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.86% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 124 - color contains mainly: blue. Hex color #67767C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67767C is #988983. Grayscale: #727272. Windows color (decimal): -9996676 or 8156775. OLE color: 8156775.

HSL color Cylindrical-coordinate representation of color #67767C: hue angle of 197.14º 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 #67767C is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB103118124-
CMYK0.170.0500.51
HSL197.14º9.25%44.51%-
HSV(B)197.14º16.94%48.63%-
XYZ15.7117.321.58-
YUV114.2133.53120.01-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.86%
GREEN value IS 118 (46.48% from 255) = 34.20%
BLUE value IS 124 (48.83% from 255) = 35.94%
R=29.86%
G=34.20%
B=35.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1031181240.170.0500.51197.149.2544.51
Hex67767C115033c592d
Octal1471661742150633051155
Binary110011111101101111100100011010110011110001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67767C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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