Html Css Color HEX #7A697D Rum

📋 copy color: '#7A697D'

red 122 ◦ green 105 ◦ blue 125

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

Shades of Rum #7A697D

Tints of Rum #7A697D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.51%

R = 34.66%
G = 29.83%
B = 35.51%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#7A697D (or 0x7A697D) is known color: Rum. HEX triplet: 7A, 69 and 7D. RGB value is (122,105,125). Sum of RGB (Red+Green+Blue) = 122+105+125=352 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.66% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 125 - color contains mainly: blue. Hex color #7A697D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A697D is #859682. Grayscale: #707070. Windows color (decimal): -8754819 or 8219002. OLE color: 8219002.

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

Color convert

RGB 122 105 125 -
CMYK 0.02 0.16 0 0.51
HSL 291º 0.09% 0.45% -
HSV(B) 291º 0.16% 0.49% -
XYZ 16.78 15.72 21.55 -
YUV 112.36 135.13 134.87 -
System Red Green Blue C M Y K H S L
Decimal 122 105 125 0.02 0.16 0 0.51 291 0.09 0.45
Hex 7A 69 7D 2 10 0 33 123 9 2D
Octal 172 151 175 2 20 0 63 443 11 55
Binary 1111010 1101001 1111101 10 10000 0 110011 100100011 1001 101101

Color Harmonies of #7A697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A697D

Black with #7A697D

Text Example


Text Example

White with #7A697D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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