#64707A

Color #64707A Mid Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mid Grey #64707A

Tints of Mid Grey #64707A

Color information

#64707A (or 0x64707A) is unknown color: approx Mid Grey. HEX triplet: 64, 70 and 7A. RGB value is (100,112,122). Sum of RGB (Red+Green+Blue) = 100+112+122=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 122 - color contains mainly: blue. Hex color #64707A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64707A is #9B8F85. Grayscale: #6D6D6D. Windows color (decimal): -10194822 or 8024164. OLE color: 8024164.

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

Color convert

RGB100112122-
CMYK0.180.0800.52
HSL207.27º9.91%43.53%-
HSV(B)207.27º18.03%47.84%-
XYZ14.5615.720.68-
YUV109.55135.02121.19-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.94%
GREEN value IS 112 (44.14% from 255) = 33.53%
BLUE value IS 122 (48.05% from 255) = 36.53%
R=29.94%
G=33.53%
B=36.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1001121220.180.0800.52207.279.9143.53
Hex64707A128034cfa2c
Octal14416017222100643171254
Binary1100100111000011110101001010000110100110011111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64707A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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