#67777A

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

Shades of Blue Bayoux #67777A

Tints of Blue Bayoux #67777A

Color information

#67777A (or 0x67777A) is unknown color: approx Blue Bayoux. HEX triplet: 67, 77 and 7A. RGB value is (103,119,122). Sum of RGB (Red+Green+Blue) = 103+119+122=344 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.94% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 122 - color contains mainly: blue. Hex color #67777A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67777A is #988885. Grayscale: #727272. Windows color (decimal): -9996422 or 8025959. OLE color: 8025959.

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

Color convert

RGB103119122-
CMYK0.160.0200.52
HSL189.47º8.44%44.12%-
HSV(B)189.47º15.57%47.84%-
XYZ15.717.4820.96-
YUV114.56132.2119.76-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.94%
GREEN value IS 119 (46.88% from 255) = 34.59%
BLUE value IS 122 (48.05% from 255) = 35.47%
R=29.94%
G=34.59%
B=35.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1031191220.160.0200.52189.478.4444.12
Hex67777A102034bd82c
Octal1471671722020642751054
Binary11001111110111111101010000100110100101111011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67777A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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