Html Css Color HEX #64717A Mid Grey

📋 copy color: '#64717A'

red 100 ◦ green 113 ◦ blue 122

#64717A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mid Grey #64717A

Tints of Mid Grey #64717A

RGB

 RED value IS 100 (39.45% from 255) = 29.85%

 GREEN value IS 113 (44.53% from 255) = 33.73%

 BLUE value IS 122 (48.05% from 255) = 36.42%

R = 29.85%
G = 33.73%
B = 36.42%

CMYK

 C value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#64717A (or 0x64717A) is known color: Mid Grey. HEX triplet: 64, 71 and 7A. RGB value is (100,113,122). Sum of RGB (Red+Green+Blue) = 100+113+122=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 122 - color contains mainly: blue. Hex color #64717A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64717A is #9B8E85. Grayscale: #6E6E6E. Windows color (decimal): -10194566 or 8024420. OLE color: 8024420.

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

Color convert

RGB 100 113 122 -
CMYK 0.18 0.07 0 0.52
HSL 204.55º 0.1% 0.44% -
HSV(B) 204.55º 0.18% 0.48% -
XYZ 14.67 15.92 20.71 -
YUV 110.14 134.69 120.77 -
System Red Green Blue C M Y K H S L
Decimal 100 113 122 0.18 0.07 0 0.52 204.55 0.1 0.44
Hex 64 71 7A 12 7 0 34 CD A 2C
Octal 144 161 172 22 7 0 64 315 12 54
Binary 1100100 1110001 1111010 10010 111 0 110100 11001101 1010 101100

Color Harmonies of #64717A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64717A

Black with #64717A

Text Example


Text Example

White with #64717A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #64717A;
 }
 .AnyTagClassName
 {
   color: #64717A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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