Html Css Color HEX #786E7B Rum

📋 copy color: '#786E7B'

red 120 ◦ green 110 ◦ blue 123

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

Shades of Rum #786E7B

Tints of Rum #786E7B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.16%

 BLUE value IS 123 (48.44% from 255) = 34.84%

R = 33.99%
G = 31.16%
B = 34.84%

CMYK

 C value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#786E7B (or 0x786E7B) is known color: Rum. HEX triplet: 78, 6E and 7B. RGB value is (120,110,123). Sum of RGB (Red+Green+Blue) = 120+110+123=353 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.99% from 353); Green value is 110 (43.36% from 255 or 31.16% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 123 - color contains mainly: blue. Hex color #786E7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786E7B is #879184. Grayscale: #727272. Windows color (decimal): -8884613 or 8089208. OLE color: 8089208.

HSL color Cylindrical-coordinate representation of color #786E7B: hue angle of 286.15º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #786E7B is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 120 110 123 -
CMYK 0.02 0.11 0 0.52
HSL 286.15º 0.06% 0.46% -
HSV(B) 286.15º 0.11% 0.48% -
XYZ 16.9 16.57 21.05 -
YUV 114.47 132.81 131.94 -
System Red Green Blue C M Y K H S L
Decimal 120 110 123 0.02 0.11 0 0.52 286.15 0.06 0.46
Hex 78 6E 7B 2 B 0 34 11E 6 2E
Octal 170 156 173 2 13 0 64 436 6 56
Binary 1111000 1101110 1111011 10 1011 0 110100 100011110 110 101110

Color Harmonies of #786E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786E7B

Black with #786E7B

Text Example


Text Example

White with #786E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,110,123); }

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

background-color css

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

 a { background-color: rgb(120,110,123); }

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

border-color css

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

 span { border-color: rgb(120,110,123); }

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