#65787C

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

Shades of Blue Bayoux #65787C

Tints of Blue Bayoux #65787C

Color information

#65787C (or 0x65787C) is unknown color: approx Blue Bayoux. HEX triplet: 65, 78 and 7C. RGB value is (101,120,124). Sum of RGB (Red+Green+Blue) = 101+120+124=345 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.28% from 345); Green value is 120 (47.27% from 255 or 34.78% 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 #65787C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65787C is #9A8783. Grayscale: #727272. Windows color (decimal): -10127236 or 8157285. OLE color: 8157285.

HSL color Cylindrical-coordinate representation of color #65787C: hue angle of 190.43º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #65787C is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB101120124-
CMYK0.190.0300.51
HSL190.43º10.22%44.12%-
HSV(B)190.43º18.55%48.63%-
XYZ15.7217.6521.65-
YUV114.78133.21118.17-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.28%
GREEN value IS 120 (47.27% from 255) = 34.78%
BLUE value IS 124 (48.83% from 255) = 35.94%
R=29.28%
G=34.78%
B=35.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1011201240.190.0300.51190.4310.2244.12
Hex65787C133033bea2c
Octal1451701742330632761254
Binary11001011111000111110010011110110011101111101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65787C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,120,124); }

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

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

 a { background-color: rgb(101,120,124); }

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

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

 span { border-color: rgb(101,120,124); }

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