Html Css Color HEX #766179 Rum

📋 copy color: '#766179'

red 118 ◦ green 97 ◦ blue 121

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

Shades of Rum #766179

Tints of Rum #766179

RGB

 RED value IS 118 (46.48% from 255) = 35.12%

 GREEN value IS 97 (38.28% from 255) = 28.87%

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

R = 35.12%
G = 28.87%
B = 36.01%

CMYK

 C value IS 0.02

 M value IS 0.20

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#766179 (or 0x766179) is known color: Rum. HEX triplet: 76, 61 and 79. RGB value is (118,97,121). Sum of RGB (Red+Green+Blue) = 118+97+121=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 121 (47.66% from 255 or 36.01% from 336); Max value from RGB is 121 - color contains mainly: blue. Hex color #766179 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766179 is #899E86. Grayscale: #696969. Windows color (decimal): -9019015 or 7954806. OLE color: 7954806.

HSL color Cylindrical-coordinate representation of color #766179: hue angle of 292.5º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #766179 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 118 97 121 -
CMYK 0.02 0.20 0 0.53
HSL 292.5º 0.11% 0.43% -
HSV(B) 292.5º 0.2% 0.47% -
XYZ 15.2 13.78 19.95 -
YUV 106.02 136.46 136.55 -
System Red Green Blue C M Y K H S L
Decimal 118 97 121 0.02 0.20 0 0.53 292.5 0.11 0.43
Hex 76 61 79 2 14 0 35 124 B 2B
Octal 166 141 171 2 24 0 65 444 13 53
Binary 1110110 1100001 1111001 10 10100 0 110101 100100100 1011 101011

Color Harmonies of #766179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766179

Black with #766179

Text Example


Text Example

White with #766179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766179; }

 p { color: rgb(118,97,121); }

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

background-color css

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

 a { background-color: rgb(118,97,121); }

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

border-color css

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

 span { border-color: rgb(118,97,121); }

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