Html Css Color HEX #7A727C Rum

📋 copy color: '#7A727C'

red 122 ◦ green 114 ◦ blue 124

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

Shades of Rum #7A727C

Tints of Rum #7A727C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.67%

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

R = 33.89%
G = 31.67%
B = 34.44%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#7A727C (or 0x7A727C) is known color: Rum. HEX triplet: 7A, 72 and 7C. RGB value is (122,114,124). Sum of RGB (Red+Green+Blue) = 122+114+124=360 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.89% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 124 - color contains mainly: blue. Hex color #7A727C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A727C is #858D83. Grayscale: #757575. Windows color (decimal): -8752516 or 8155770. OLE color: 8155770.

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

Color convert

RGB 122 114 124 -
CMYK 0.02 0.08 0 0.51
HSL 288º 0.04% 0.47% -
HSV(B) 288º 0.08% 0.49% -
XYZ 17.68 17.63 21.54 -
YUV 117.53 131.65 131.19 -
System Red Green Blue C M Y K H S L
Decimal 122 114 124 0.02 0.08 0 0.51 288 0.04 0.47
Hex 7A 72 7C 2 8 0 33 120 4 2F
Octal 172 162 174 2 10 0 63 440 4 57
Binary 1111010 1110010 1111100 10 1000 0 110011 100100000 100 101111

Color Harmonies of #7A727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A727C

Black with #7A727C

Text Example


Text Example

White with #7A727C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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