Html Css Color HEX #78627D Rum

📋 copy color: '#78627D'

red 120 ◦ green 98 ◦ blue 125

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

Shades of Rum #78627D

Tints of Rum #78627D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.57%

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

R = 34.99%
G = 28.57%
B = 36.44%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#78627D (or 0x78627D) is known color: Rum. HEX triplet: 78, 62 and 7D. RGB value is (120,98,125). Sum of RGB (Red+Green+Blue) = 120+98+125=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 125 - color contains mainly: blue. Hex color #78627D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78627D is #879D82. Grayscale: #6B6B6B. Windows color (decimal): -8887683 or 8217208. OLE color: 8217208.

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

Color convert

RGB 120 98 125 -
CMYK 0.04 0.22 0 0.51
HSL 288.89º 0.12% 0.44% -
HSV(B) 288.89º 0.22% 0.49% -
XYZ 15.82 14.21 21.31 -
YUV 107.66 137.79 136.8 -
System Red Green Blue C M Y K H S L
Decimal 120 98 125 0.04 0.22 0 0.51 288.89 0.12 0.44
Hex 78 62 7D 4 16 0 33 121 C 2C
Octal 170 142 175 4 26 0 63 441 14 54
Binary 1111000 1100010 1111101 100 10110 0 110011 100100001 1100 101100

Color Harmonies of #78627D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78627D

Black with #78627D

Text Example


Text Example

White with #78627D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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