#65767D

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

Shades of Blue Bayoux #65767D

Tints of Blue Bayoux #65767D

Color information

#65767D (or 0x65767D) is unknown color: approx Blue Bayoux. HEX triplet: 65, 76 and 7D. RGB value is (101,118,125). Sum of RGB (Red+Green+Blue) = 101+118+125=344 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.36% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 125 (49.22% from 255 or 36.34% from 344); Max value from RGB is 125 - color contains mainly: blue. Hex color #65767D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65767D is #9A8982. Grayscale: #717171. Windows color (decimal): -10127747 or 8222309. OLE color: 8222309.

HSL color Cylindrical-coordinate representation of color #65767D: hue angle of 197.5º degrees, saturation: 0.11, 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 #65767D is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB101118125-
CMYK0.190.0600.51
HSL197.5º10.62%44.31%-
HSV(B)197.5º19.2%49.02%-
XYZ15.5517.221.9-
YUV113.71134.37118.93-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.36%
GREEN value IS 118 (46.48% from 255) = 34.30%
BLUE value IS 125 (49.22% from 255) = 36.34%
R=29.36%
G=34.30%
B=36.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1011181250.190.0600.51197.510.6244.31
Hex65767D136033c6b2c
Octal1451661752360633061354
Binary110010111101101111101100111100110011110001101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65767D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65767D; }

 p { color: rgb(101,118,125); }

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

<style>
 a { background-color: #65767D; }

 a { background-color: rgb(101,118,125); }

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

<style>
 span { border-color: #65767D; }

 span { border-color: rgb(101,118,125); }

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