Html Css Color HEX #7A717C Rum

📋 copy color: '#7A717C'

red 122 ◦ green 113 ◦ blue 124

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

Shades of Rum #7A717C

Tints of Rum #7A717C

RGB

 RED value IS 122 (48.05% from 255) = 33.98%

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

 BLUE value IS 124 (48.83% from 255) = 34.54%

R = 33.98%
G = 31.48%
B = 34.54%

CMYK

 C value IS 0.02

 M value IS 0.09

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#7A717C (or 0x7A717C) is known color: Rum. HEX triplet: 7A, 71 and 7C. RGB value is (122,113,124). Sum of RGB (Red+Green+Blue) = 122+113+124=359 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.98% from 359); Green value is 113 (44.53% from 255 or 31.48% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 124 - color contains mainly: blue. Hex color #7A717C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A717C is #858E83. Grayscale: #747474. Windows color (decimal): -8752772 or 8155514. OLE color: 8155514.

HSL color Cylindrical-coordinate representation of color #7A717C: hue angle of 289.09º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7A717C is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 122 113 124 -
CMYK 0.02 0.09 0 0.51
HSL 289.09º 0.05% 0.46% -
HSV(B) 289.09º 0.09% 0.49% -
XYZ 17.57 17.4 21.5 -
YUV 116.95 131.98 131.61 -
System Red Green Blue C M Y K H S L
Decimal 122 113 124 0.02 0.09 0 0.51 289.09 0.05 0.46
Hex 7A 71 7C 2 9 0 33 121 5 2E
Octal 172 161 174 2 11 0 63 441 5 56
Binary 1111010 1110001 1111100 10 1001 0 110011 100100001 101 101110

Color Harmonies of #7A717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A717C

Black with #7A717C

Text Example


Text Example

White with #7A717C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A717C; }

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

 H1.HeaderClassName
 {
   color: #7A717C;
 }
 .AnyTagClassName
 {
   color: #7A717C;
 }
</style>

background-color css

<style>
 a { background-color: #7A717C; }

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

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

border-color css

<style>
 span { border-color: #7A717C; }

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

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