#67767A

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

Shades of Blue Bayoux #67767A

Tints of Blue Bayoux #67767A

Color information

#67767A (or 0x67767A) is unknown color: approx Blue Bayoux. HEX triplet: 67, 76 and 7A. RGB value is (103,118,122). Sum of RGB (Red+Green+Blue) = 103+118+122=343 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.03% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 122 - color contains mainly: blue. Hex color #67767A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67767A is #988985. Grayscale: #717171. Windows color (decimal): -9996678 or 8025703. OLE color: 8025703.

HSL color Cylindrical-coordinate representation of color #67767A: hue angle of 192.63º 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 #67767A is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB103118122-
CMYK0.160.0300.52
HSL192.63º8.44%44.12%-
HSV(B)192.63º15.57%47.84%-
XYZ15.5817.2520.92-
YUV113.97132.53120.17-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.03%
GREEN value IS 118 (46.48% from 255) = 34.40%
BLUE value IS 122 (48.05% from 255) = 35.57%
R=30.03%
G=34.40%
B=35.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1031181220.160.0300.52192.638.4444.12
Hex67767A103034c182c
Octal1471661722030643011054
Binary11001111110110111101010000110110100110000011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67767A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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