Html Css Color HEX #766180 Rum

📋 copy color: '#766180'

red 118 ◦ green 97 ◦ blue 128

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

Shades of Rum #766180

Tints of Rum #766180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 37.32%

R = 34.4%
G = 28.28%
B = 37.32%

CMYK

 C value IS 0.08

 M value IS 0.24

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#766180 (or 0x766180) is known color: Rum. HEX triplet: 76, 61 and 80. RGB value is (118,97,128). Sum of RGB (Red+Green+Blue) = 118+97+128=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 128 (50.39% from 255 or 37.32% from 343); Max value from RGB is 128 - color contains mainly: blue. Hex color #766180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766180 is #899E7F. Grayscale: #6A6A6A. Windows color (decimal): -9019008 or 8413558. OLE color: 8413558.

HSL color Cylindrical-coordinate representation of color #766180: hue angle of 280.65º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #766180 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 97 128 -
CMYK 0.08 0.24 0 0.50
HSL 280.65º 0.14% 0.44% -
HSV(B) 280.65º 0.24% 0.5% -
XYZ 15.64 13.96 22.29 -
YUV 106.81 139.96 135.98 -
System Red Green Blue C M Y K H S L
Decimal 118 97 128 0.08 0.24 0 0.50 280.65 0.14 0.44
Hex 76 61 80 8 18 0 32 119 E 2C
Octal 166 141 200 10 30 0 62 431 16 54
Binary 1110110 1100001 10000000 1000 11000 0 110010 100011001 1110 101100

Color Harmonies of #766180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766180

Black with #766180

Text Example


Text Example

White with #766180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766180; }

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

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

background-color css

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

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

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

border-color css

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

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

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