Html Css Color HEX #7A667F Rum

📋 copy color: '#7A667F'

red 122 ◦ green 102 ◦ blue 127

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

Shades of Rum #7A667F

Tints of Rum #7A667F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.06%

 BLUE value IS 127 (50% from 255) = 36.18%

R = 34.76%
G = 29.06%
B = 36.18%

CMYK

 C value IS 0.04

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#7A667F (or 0x7A667F) is known color: Rum. HEX triplet: 7A, 66 and 7F. RGB value is (122,102,127). Sum of RGB (Red+Green+Blue) = 122+102+127=351 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.76% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 127 - color contains mainly: blue. Hex color #7A667F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A667F is #859980. Grayscale: #6E6E6E. Windows color (decimal): -8755585 or 8349306. OLE color: 8349306.

HSL color Cylindrical-coordinate representation of color #7A667F: hue angle of 288º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7A667F is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 122 102 127 -
CMYK 0.04 0.20 0 0.50
HSL 288º 0.11% 0.45% -
HSV(B) 288º 0.2% 0.5% -
XYZ 16.61 15.17 22.13 -
YUV 110.83 137.13 135.97 -
System Red Green Blue C M Y K H S L
Decimal 122 102 127 0.04 0.20 0 0.50 288 0.11 0.45
Hex 7A 66 7F 4 14 0 32 120 B 2D
Octal 172 146 177 4 24 0 62 440 13 55
Binary 1111010 1100110 1111111 100 10100 0 110010 100100000 1011 101101

Color Harmonies of #7A667F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A667F

Black with #7A667F

Text Example


Text Example

White with #7A667F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,102,127); }

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

background-color css

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

 a { background-color: rgb(122,102,127); }

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

border-color css

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

 span { border-color: rgb(122,102,127); }

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