#65787A

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

Shades of Blue Bayoux #65787A

Tints of Blue Bayoux #65787A

Color information

#65787A (or 0x65787A) is unknown color: approx Blue Bayoux. HEX triplet: 65, 78 and 7A. RGB value is (101,120,122). Sum of RGB (Red+Green+Blue) = 101+120+122=343 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.45% from 343); Green value is 120 (47.27% from 255 or 34.99% 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 #65787A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65787A is #9A8785. Grayscale: #727272. Windows color (decimal): -10127238 or 8026213. OLE color: 8026213.

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

Color convert

RGB101120122-
CMYK0.170.0200.52
HSL185.71º9.42%43.73%-
HSV(B)185.71º17.21%47.84%-
XYZ15.617.620.99-
YUV114.55132.21118.34-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.45%
GREEN value IS 120 (47.27% from 255) = 34.99%
BLUE value IS 122 (48.05% from 255) = 35.57%
R=29.45%
G=34.99%
B=35.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1011201220.170.0200.52185.719.4243.73
Hex65787A112034ba92c
Octal1451701722120642721154
Binary11001011111000111101010001100110100101110101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65787A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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