Html Css Color HEX #78647D Rum

📋 copy color: '#78647D'

red 120 ◦ green 100 ◦ blue 125

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

Shades of Rum #78647D

Tints of Rum #78647D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.23%

R = 34.78%
G = 28.99%
B = 36.23%

CMYK

 C value IS 0.04

 M value IS 0.2

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#78647D (or 0x78647D) is known color: Rum. HEX triplet: 78, 64 and 7D. RGB value is (120,100,125). Sum of RGB (Red+Green+Blue) = 120+100+125=345 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.78% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 125 - color contains mainly: blue. Hex color #78647D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78647D is #879B82. Grayscale: #6C6C6C. Windows color (decimal): -8887171 or 8217720. OLE color: 8217720.

HSL color Cylindrical-coordinate representation of color #78647D: hue angle of 288º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #78647D is Cyan = 0.04, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 120 100 125 -
CMYK 0.04 0.2 0 0.51
HSL 288º 0.11% 0.44% -
HSV(B) 288º 0.2% 0.49% -
XYZ 16 14.59 21.37 -
YUV 108.83 137.13 135.97 -
System Red Green Blue C M Y K H S L
Decimal 120 100 125 0.04 0.2 0 0.51 288 0.11 0.44
Hex 78 64 7D 4 14 0 33 120 B 2C
Octal 170 144 175 4 24 0 63 440 13 54
Binary 1111000 1100100 1111101 100 10100 0 110011 100100000 1011 101100

Color Harmonies of #78647D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78647D

Black with #78647D

Text Example


Text Example

White with #78647D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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