#67757A

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

Shades of Blue Bayoux #67757A

Tints of Blue Bayoux #67757A

Color information

#67757A (or 0x67757A) is unknown color: approx Blue Bayoux. HEX triplet: 67, 75 and 7A. RGB value is (103,117,122). Sum of RGB (Red+Green+Blue) = 103+117+122=342 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.12% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 122 (48.05% from 255 or 35.67% from 342); Max value from RGB is 122 - color contains mainly: blue. Hex color #67757A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67757A is #988A85. Grayscale: #717171. Windows color (decimal): -9996934 or 8025447. OLE color: 8025447.

HSL color Cylindrical-coordinate representation of color #67757A: hue angle of 195.79º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #67757A is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB103117122-
CMYK0.160.0400.52
HSL195.79º8.44%44.12%-
HSV(B)195.79º15.57%47.84%-
XYZ15.4717.0120.88-
YUV113.38132.86120.59-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.12%
GREEN value IS 117 (46.09% from 255) = 34.21%
BLUE value IS 122 (48.05% from 255) = 35.67%
R=30.12%
G=34.21%
B=35.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1031171220.160.0400.52195.798.4444.12
Hex67757A104034c482c
Octal1471651722040643041054
Binary110011111101011111010100001000110100110001001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67757A; }

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

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

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

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

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

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

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

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