Html Css Color HEX #766080 Rum

📋 copy color: '#766080'

red 118 ◦ green 96 ◦ blue 128

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

Shades of Rum #766080

Tints of Rum #766080

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.07%

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

R = 34.5%
G = 28.07%
B = 37.43%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#766080 (or 0x766080) is known color: Rum. HEX triplet: 76, 60 and 80. RGB value is (118,96,128). Sum of RGB (Red+Green+Blue) = 118+96+128=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 128 (50.39% from 255 or 37.43% from 342); Max value from RGB is 128 - color contains mainly: blue. Hex color #766080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766080 is #899F7F. Grayscale: #6A6A6A. Windows color (decimal): -9019264 or 8413302. OLE color: 8413302.

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

Color convert

RGB 118 96 128 -
CMYK 0.08 0.25 0 0.50
HSL 281.25º 0.14% 0.44% -
HSV(B) 281.25º 0.25% 0.5% -
XYZ 15.55 13.78 22.26 -
YUV 106.23 140.29 136.4 -
System Red Green Blue C M Y K H S L
Decimal 118 96 128 0.08 0.25 0 0.50 281.25 0.14 0.44
Hex 76 60 80 8 19 0 32 119 E 2C
Octal 166 140 200 10 31 0 62 431 16 54
Binary 1110110 1100000 10000000 1000 11001 0 110010 100011001 1110 101100

Color Harmonies of #766080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766080

Black with #766080

Text Example


Text Example

White with #766080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766080; }

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

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

background-color css

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

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

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

border-color css

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

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

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