Html Css Color HEX #78647B Rum

📋 copy color: '#78647B'

red 120 ◦ green 100 ◦ blue 123

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

Shades of Rum #78647B

Tints of Rum #78647B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.15%

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

R = 34.99%
G = 29.15%
B = 35.86%

CMYK

 C value IS 0.02

 M value IS 0.19

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#78647B (or 0x78647B) is known color: Rum. HEX triplet: 78, 64 and 7B. RGB value is (120,100,123). Sum of RGB (Red+Green+Blue) = 120+100+123=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 123 (48.44% from 255 or 35.86% from 343); Max value from RGB is 123 - color contains mainly: blue. Hex color #78647B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78647B is #879B84. Grayscale: #6C6C6C. Windows color (decimal): -8887173 or 8086648. OLE color: 8086648.

HSL color Cylindrical-coordinate representation of color #78647B: hue angle of 292.17º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #78647B is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 120 100 123 -
CMYK 0.02 0.19 0 0.52
HSL 292.17º 0.1% 0.44% -
HSV(B) 292.17º 0.19% 0.48% -
XYZ 15.88 14.54 20.71 -
YUV 108.6 136.13 136.13 -
System Red Green Blue C M Y K H S L
Decimal 120 100 123 0.02 0.19 0 0.52 292.17 0.1 0.44
Hex 78 64 7B 2 13 0 34 124 A 2C
Octal 170 144 173 2 23 0 64 444 12 54
Binary 1111000 1100100 1111011 10 10011 0 110100 100100100 1010 101100

Color Harmonies of #78647B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78647B

Black with #78647B

Text Example


Text Example

White with #78647B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78647B; }

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

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

background-color css

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

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

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

border-color css

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

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

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