Html Css Color HEX #79717B Rum

📋 copy color: '#79717B'

red 121 ◦ green 113 ◦ blue 123

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

Shades of Rum #79717B

Tints of Rum #79717B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.65%

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

R = 33.89%
G = 31.65%
B = 34.45%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#79717B (or 0x79717B) is known color: Rum. HEX triplet: 79, 71 and 7B. RGB value is (121,113,123). Sum of RGB (Red+Green+Blue) = 121+113+123=357 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.89% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 123 - color contains mainly: blue. Hex color #79717B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79717B is #868E84. Grayscale: #747474. Windows color (decimal): -8818309 or 8089977. OLE color: 8089977.

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

Color convert

RGB 121 113 123 -
CMYK 0.02 0.08 0 0.52
HSL 288º 0.04% 0.46% -
HSV(B) 288º 0.08% 0.48% -
XYZ 17.37 17.31 21.16 -
YUV 116.53 131.65 131.19 -
System Red Green Blue C M Y K H S L
Decimal 121 113 123 0.02 0.08 0 0.52 288 0.04 0.46
Hex 79 71 7B 2 8 0 34 120 4 2E
Octal 171 161 173 2 10 0 64 440 4 56
Binary 1111001 1110001 1111011 10 1000 0 110100 100100000 100 101110

Color Harmonies of #79717B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79717B

Black with #79717B

Text Example


Text Example

White with #79717B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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