Html Css Color HEX #79697D Rum

📋 copy color: '#79697D'

red 121 ◦ green 105 ◦ blue 125

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

Shades of Rum #79697D

Tints of Rum #79697D

RGB

 RED value IS 121 (47.66% from 255) = 34.47%

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

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

R = 34.47%
G = 29.91%
B = 35.61%

CMYK

 C value IS 0.03

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#79697D (or 0x79697D) is known color: Rum. HEX triplet: 79, 69 and 7D. RGB value is (121,105,125). Sum of RGB (Red+Green+Blue) = 121+105+125=351 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.47% from 351); Green value is 105 (41.41% from 255 or 29.91% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 125 - color contains mainly: blue. Hex color #79697D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79697D is #869682. Grayscale: #707070. Windows color (decimal): -8820355 or 8219001. OLE color: 8219001.

HSL color Cylindrical-coordinate representation of color #79697D: hue angle of 288º 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 #79697D is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 121 105 125 -
CMYK 0.03 0.16 0 0.51
HSL 288º 0.09% 0.45% -
HSV(B) 288º 0.16% 0.49% -
XYZ 16.64 15.65 21.55 -
YUV 112.06 135.3 134.37 -
System Red Green Blue C M Y K H S L
Decimal 121 105 125 0.03 0.16 0 0.51 288 0.09 0.45
Hex 79 69 7D 3 10 0 33 120 9 2D
Octal 171 151 175 3 20 0 63 440 11 55
Binary 1111001 1101001 1111101 11 10000 0 110011 100100000 1001 101101

Color Harmonies of #79697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79697D

Black with #79697D

Text Example


Text Example

White with #79697D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79697D; }

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

 H1.HeaderClassName
 {
   color: #79697D;
 }
 .AnyTagClassName
 {
   color: #79697D;
 }
</style>

background-color css

<style>
 a { background-color: #79697D; }

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

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

border-color css

<style>
 span { border-color: #79697D; }

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

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