Html Css Color HEX #766E79 Rum

📋 copy color: '#766E79'

red 118 ◦ green 110 ◦ blue 121

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

Shades of Rum #766E79

Tints of Rum #766E79

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.52%

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

R = 33.81%
G = 31.52%
B = 34.67%

CMYK

 C value IS 0.02

 M value IS 0.09

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#766E79 (or 0x766E79) is known color: Rum. HEX triplet: 76, 6E and 79. RGB value is (118,110,121). Sum of RGB (Red+Green+Blue) = 118+110+121=349 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.81% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 121 (47.66% from 255 or 34.67% from 349); Max value from RGB is 121 - color contains mainly: blue. Hex color #766E79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766E79 is #899186. Grayscale: #717171. Windows color (decimal): -9015687 or 7958134. OLE color: 7958134.

HSL color Cylindrical-coordinate representation of color #766E79: hue angle of 283.64º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #766E79 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 118 110 121 -
CMYK 0.02 0.09 0 0.53
HSL 283.64º 0.05% 0.45% -
HSV(B) 283.64º 0.09% 0.47% -
XYZ 16.5 16.38 20.38 -
YUV 113.65 132.15 131.11 -
System Red Green Blue C M Y K H S L
Decimal 118 110 121 0.02 0.09 0 0.53 283.64 0.05 0.45
Hex 76 6E 79 2 9 0 35 11C 5 2D
Octal 166 156 171 2 11 0 65 434 5 55
Binary 1110110 1101110 1111001 10 1001 0 110101 100011100 101 101101

Color Harmonies of #766E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E79

Black with #766E79

Text Example


Text Example

White with #766E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766E79; }

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

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

background-color css

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

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

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

border-color css

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

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

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