Html Css Color HEX #786A7C Rum

📋 copy color: '#786A7C'

red 120 ◦ green 106 ◦ blue 124

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

Shades of Rum #786A7C

Tints of Rum #786A7C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.29%

 BLUE value IS 124 (48.83% from 255) = 35.43%

R = 34.29%
G = 30.29%
B = 35.43%

CMYK

 C value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#786A7C (or 0x786A7C) is known color: Rum. HEX triplet: 78, 6A and 7C. RGB value is (120,106,124). Sum of RGB (Red+Green+Blue) = 120+106+124=350 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.29% from 350); Green value is 106 (41.80% from 255 or 30.29% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 124 - color contains mainly: blue. Hex color #786A7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786A7C is #879583. Grayscale: #707070. Windows color (decimal): -8885636 or 8153720. OLE color: 8153720.

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

Color convert

RGB 120 106 124 -
CMYK 0.03 0.15 0 0.51
HSL 286.67º 0.08% 0.45% -
HSV(B) 286.67º 0.15% 0.49% -
XYZ 16.54 15.76 21.24 -
YUV 112.24 134.64 133.54 -
System Red Green Blue C M Y K H S L
Decimal 120 106 124 0.03 0.15 0 0.51 286.67 0.08 0.45
Hex 78 6A 7C 3 F 0 33 11F 8 2D
Octal 170 152 174 3 17 0 63 437 10 55
Binary 1111000 1101010 1111100 11 1111 0 110011 100011111 1000 101101

Color Harmonies of #786A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786A7C

Black with #786A7C

Text Example


Text Example

White with #786A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786A7C; }

 p { color: rgb(120,106,124); }

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

background-color css

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

 a { background-color: rgb(120,106,124); }

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

border-color css

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

 span { border-color: rgb(120,106,124); }

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