Html Css Color HEX #79707B Rum

📋 copy color: '#79707B'

red 121 ◦ green 112 ◦ blue 123

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

Shades of Rum #79707B

Tints of Rum #79707B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.46%

 BLUE value IS 123 (48.44% from 255) = 34.55%

R = 33.99%
G = 31.46%
B = 34.55%

CMYK

 C value IS 0.02

 M value IS 0.09

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#79707B (or 0x79707B) is known color: Rum. HEX triplet: 79, 70 and 7B. RGB value is (121,112,123). Sum of RGB (Red+Green+Blue) = 121+112+123=356 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.99% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 123 - color contains mainly: blue. Hex color #79707B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79707B is #868F84. Grayscale: #737373. Windows color (decimal): -8818565 or 8089721. OLE color: 8089721.

HSL color Cylindrical-coordinate representation of color #79707B: hue angle of 289.09º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #79707B is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 121 112 123 -
CMYK 0.02 0.09 0 0.52
HSL 289.09º 0.05% 0.46% -
HSV(B) 289.09º 0.09% 0.48% -
XYZ 17.25 17.08 21.13 -
YUV 115.95 131.98 131.61 -
System Red Green Blue C M Y K H S L
Decimal 121 112 123 0.02 0.09 0 0.52 289.09 0.05 0.46
Hex 79 70 7B 2 9 0 34 121 5 2E
Octal 171 160 173 2 11 0 64 441 5 56
Binary 1111001 1110000 1111011 10 1001 0 110100 100100001 101 101110

Color Harmonies of #79707B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79707B

Black with #79707B

Text Example


Text Example

White with #79707B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79707B; }

 p { color: rgb(121,112,123); }

 H1.HeaderClassName
 {
   color: #79707B;
 }
 .AnyTagClassName
 {
   color: #79707B;
 }
</style>

background-color css

<style>
 a { background-color: #79707B; }

 a { background-color: rgb(121,112,123); }

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

border-color css

<style>
 span { border-color: #79707B; }

 span { border-color: rgb(121,112,123); }

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