Html Css Color HEX #786080 Rum

📋 copy color: '#786080'

red 120 ◦ green 96 ◦ blue 128

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

Shades of Rum #786080

Tints of Rum #786080

RGB

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

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

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

R = 34.88%
G = 27.91%
B = 37.21%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#786080 (or 0x786080) is known color: Rum. HEX triplet: 78, 60 and 80. RGB value is (120,96,128). Sum of RGB (Red+Green+Blue) = 120+96+128=344 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.88% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 128 (50.39% from 255 or 37.21% from 344); Max value from RGB is 128 - color contains mainly: blue. Hex color #786080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786080 is #879F7F. Grayscale: #6A6A6A. Windows color (decimal): -8888192 or 8413304. OLE color: 8413304.

HSL color Cylindrical-coordinate representation of color #786080: hue angle of 285º 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 #786080 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 120 96 128 -
CMYK 0.06 0.25 0 0.50
HSL 285º 0.14% 0.44% -
HSV(B) 285º 0.25% 0.5% -
XYZ 15.82 13.92 22.27 -
YUV 106.82 139.95 137.4 -
System Red Green Blue C M Y K H S L
Decimal 120 96 128 0.06 0.25 0 0.50 285 0.14 0.44
Hex 78 60 80 6 19 0 32 11D E 2C
Octal 170 140 200 6 31 0 62 435 16 54
Binary 1111000 1100000 10000000 110 11001 0 110010 100011101 1110 101100

Color Harmonies of #786080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786080

Black with #786080

Text Example


Text Example

White with #786080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786080; }

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

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

background-color css

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

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

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

border-color css

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

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

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