#65767A

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

Shades of Blue Bayoux #65767A

Tints of Blue Bayoux #65767A

Color information

#65767A (or 0x65767A) is unknown color: approx Blue Bayoux. HEX triplet: 65, 76 and 7A. RGB value is (101,118,122). Sum of RGB (Red+Green+Blue) = 101+118+122=341 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.62% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 122 - color contains mainly: blue. Hex color #65767A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65767A is #9A8985. Grayscale: #717171. Windows color (decimal): -10127750 or 8025701. OLE color: 8025701.

HSL color Cylindrical-coordinate representation of color #65767A: hue angle of 191.43º 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 #65767A is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB101118122-
CMYK0.170.0300.52
HSL191.43º9.42%43.73%-
HSV(B)191.43º17.21%47.84%-
XYZ15.3617.1320.91-
YUV113.37132.87119.17-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.62%
GREEN value IS 118 (46.48% from 255) = 34.60%
BLUE value IS 122 (48.05% from 255) = 35.78%
R=29.62%
G=34.60%
B=35.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1011181220.170.0300.52191.439.4243.73
Hex65767A113034bf92c
Octal1451661722130642771154
Binary11001011110110111101010001110110100101111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65767A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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