#67777B

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

Shades of Blue Bayoux #67777B

Tints of Blue Bayoux #67777B

Color information

#67777B (or 0x67777B) is unknown color: approx Blue Bayoux. HEX triplet: 67, 77 and 7B. RGB value is (103,119,123). Sum of RGB (Red+Green+Blue) = 103+119+123=345 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.86% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 123 - color contains mainly: blue. Hex color #67777B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67777B is #988884. Grayscale: #727272. Windows color (decimal): -9996421 or 8091495. OLE color: 8091495.

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

Color convert

RGB103119123-
CMYK0.160.0300.52
HSL192º8.85%44.31%-
HSV(B)192º16.26%48.24%-
XYZ15.7717.5121.29-
YUV114.67132.7119.67-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.86%
GREEN value IS 119 (46.88% from 255) = 34.49%
BLUE value IS 123 (48.44% from 255) = 35.65%
R=29.86%
G=34.49%
B=35.65%

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
Decimal1031191230.160.0300.521928.8544.31
Hex67777B103034c092c
Octal1471671732030643001154
Binary11001111110111111101110000110110100110000001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67777B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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