#64777A

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

Shades of Blue Bayoux #64777A

Tints of Blue Bayoux #64777A

Color information

#64777A (or 0x64777A) is unknown color: approx Blue Bayoux. HEX triplet: 64, 77 and 7A. RGB value is (100,119,122). Sum of RGB (Red+Green+Blue) = 100+119+122=341 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.33% from 341); Green value is 119 (46.88% from 255 or 34.90% 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 #64777A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64777A is #9B8885. Grayscale: #717171. Windows color (decimal): -10193030 or 8025956. OLE color: 8025956.

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

Color convert

RGB100119122-
CMYK0.180.0200.52
HSL188.18º9.91%43.53%-
HSV(B)188.18º18.03%47.84%-
XYZ15.3717.3120.94-
YUV113.66132.71118.26-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.33%
GREEN value IS 119 (46.88% from 255) = 34.90%
BLUE value IS 122 (48.05% from 255) = 35.78%
R=29.33%
G=34.90%
B=35.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1001191220.180.0200.52188.189.9143.53
Hex64777A122034bca2c
Octal1441671722220642741254
Binary11001001110111111101010010100110100101111001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64777A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,119,122); }

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

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

 a { background-color: rgb(100,119,122); }

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

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

 span { border-color: rgb(100,119,122); }

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