Html Css Color HEX #786082 Rum

📋 copy color: '#786082'

red 120 ◦ green 96 ◦ blue 130

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

Shades of Rum #786082

Tints of Rum #786082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 37.57%

R = 34.68%
G = 27.75%
B = 37.57%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#786082 (or 0x786082) is known color: Rum. HEX triplet: 78, 60 and 82. RGB value is (120,96,130). Sum of RGB (Red+Green+Blue) = 120+96+130=346 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.68% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 130 - color contains mainly: blue. Hex color #786082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786082 is #879F7D. Grayscale: #6A6A6A. Windows color (decimal): -8888190 or 8544376. OLE color: 8544376.

HSL color Cylindrical-coordinate representation of color #786082: hue angle of 282.35º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #786082 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 120 96 130 -
CMYK 0.08 0.26 0 0.49
HSL 282.35º 0.15% 0.44% -
HSV(B) 282.35º 0.26% 0.51% -
XYZ 15.96 13.97 22.97 -
YUV 107.05 140.95 137.24 -
System Red Green Blue C M Y K H S L
Decimal 120 96 130 0.08 0.26 0 0.49 282.35 0.15 0.44
Hex 78 60 82 8 1A 0 31 11A F 2C
Octal 170 140 202 10 32 0 61 432 17 54
Binary 1111000 1100000 10000010 1000 11010 0 110001 100011010 1111 101100

Color Harmonies of #786082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786082

Black with #786082

Text Example


Text Example

White with #786082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786082; }

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

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

background-color css

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

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

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

border-color css

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

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

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