Html Css Color HEX #787279 Rum

📋 copy color: '#787279'

red 120 ◦ green 114 ◦ blue 121

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

Shades of Rum #787279

Tints of Rum #787279

RGB

 RED value IS 120 (47.27% from 255) = 33.8%

 GREEN value IS 114 (44.92% from 255) = 32.11%

 BLUE value IS 121 (47.66% from 255) = 34.08%

R = 33.8%
G = 32.11%
B = 34.08%

CMYK

 C value IS 0.01

 M value IS 0.06

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#787279 (or 0x787279) is known color: Rum. HEX triplet: 78, 72 and 79. RGB value is (120,114,121). Sum of RGB (Red+Green+Blue) = 120+114+121=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 121 - color contains mainly: blue. Hex color #787279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787279 is #878D86. Grayscale: #747474. Windows color (decimal): -8883591 or 7959160. OLE color: 7959160.

HSL color Cylindrical-coordinate representation of color #787279: hue angle of 291.43º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #787279 is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 114 121 -
CMYK 0.01 0.06 0 0.53
HSL 291.43º 0.03% 0.46% -
HSV(B) 291.43º 0.06% 0.47% -
XYZ 17.21 17.41 20.54 -
YUV 116.59 130.49 130.43 -
System Red Green Blue C M Y K H S L
Decimal 120 114 121 0.01 0.06 0 0.53 291.43 0.03 0.46
Hex 78 72 79 1 6 0 35 123 3 2E
Octal 170 162 171 1 6 0 65 443 3 56
Binary 1111000 1110010 1111001 1 110 0 110101 100100011 11 101110

Color Harmonies of #787279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787279

Black with #787279

Text Example


Text Example

White with #787279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787279; }

 p { color: rgb(120,114,121); }

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

background-color css

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

 a { background-color: rgb(120,114,121); }

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

border-color css

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

 span { border-color: rgb(120,114,121); }

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