#65777B

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

Shades of Blue Bayoux #65777B

Tints of Blue Bayoux #65777B

Color information

#65777B (or 0x65777B) is unknown color: approx Blue Bayoux. HEX triplet: 65, 77 and 7B. RGB value is (101,119,123). Sum of RGB (Red+Green+Blue) = 101+119+123=343 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.45% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 123 (48.44% from 255 or 35.86% from 343); Max value from RGB is 123 - color contains mainly: blue. Hex color #65777B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65777B is #9A8884. Grayscale: #727272. Windows color (decimal): -10127493 or 8091493. OLE color: 8091493.

HSL color Cylindrical-coordinate representation of color #65777B: hue angle of 190.91º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #65777B is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB101119123-
CMYK0.180.0300.52
HSL190.91º9.82%43.92%-
HSV(B)190.91º17.89%48.24%-
XYZ15.5417.3921.28-
YUV114.07133.04118.67-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.45%
GREEN value IS 119 (46.88% from 255) = 34.69%
BLUE value IS 123 (48.44% from 255) = 35.86%
R=29.45%
G=34.69%
B=35.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1011191230.180.0300.52190.919.8243.92
Hex65777B123034bfa2c
Octal1451671732230642771254
Binary11001011110111111101110010110110100101111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65777B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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