Html Css Color HEX #7A697F Rum

📋 copy color: '#7A697F'

red 122 ◦ green 105 ◦ blue 127

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

Shades of Rum #7A697F

Tints of Rum #7A697F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.66%

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

R = 34.46%
G = 29.66%
B = 35.88%

CMYK

 C value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#7A697F (or 0x7A697F) is known color: Rum. HEX triplet: 7A, 69 and 7F. RGB value is (122,105,127). Sum of RGB (Red+Green+Blue) = 122+105+127=354 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.46% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 127 - color contains mainly: blue. Hex color #7A697F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A697F is #859680. Grayscale: #707070. Windows color (decimal): -8754817 or 8350074. OLE color: 8350074.

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

Color convert

RGB 122 105 127 -
CMYK 0.04 0.17 0 0.50
HSL 286.36º 0.09% 0.45% -
HSV(B) 286.36º 0.17% 0.5% -
XYZ 16.91 15.77 22.23 -
YUV 112.59 136.13 134.71 -
System Red Green Blue C M Y K H S L
Decimal 122 105 127 0.04 0.17 0 0.50 286.36 0.09 0.45
Hex 7A 69 7F 4 11 0 32 11E 9 2D
Octal 172 151 177 4 21 0 62 436 11 55
Binary 1111010 1101001 1111111 100 10001 0 110010 100011110 1001 101101

Color Harmonies of #7A697F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A697F

Black with #7A697F

Text Example


Text Example

White with #7A697F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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