Html Css Color HEX #78627E Rum

📋 copy color: '#78627E'

red 120 ◦ green 98 ◦ blue 126

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

Shades of Rum #78627E

Tints of Rum #78627E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36.63%

R = 34.88%
G = 28.49%
B = 36.63%

CMYK

 C value IS 0.05

 M value IS 0.22

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#78627E (or 0x78627E) is known color: Rum. HEX triplet: 78, 62 and 7E. RGB value is (120,98,126). Sum of RGB (Red+Green+Blue) = 120+98+126=344 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.88% from 344); Green value is 98 (38.67% from 255 or 28.49% from 344); Blue value is 126 (49.61% from 255 or 36.63% from 344); Max value from RGB is 126 - color contains mainly: blue. Hex color #78627E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78627E is #879D81. Grayscale: #6B6B6B. Windows color (decimal): -8887682 or 8282744. OLE color: 8282744.

HSL color Cylindrical-coordinate representation of color #78627E: hue angle of 287.14º 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 #78627E is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 120 98 126 -
CMYK 0.05 0.22 0 0.51
HSL 287.14º 0.13% 0.44% -
HSV(B) 287.14º 0.22% 0.49% -
XYZ 15.88 14.23 21.65 -
YUV 107.77 138.29 136.72 -
System Red Green Blue C M Y K H S L
Decimal 120 98 126 0.05 0.22 0 0.51 287.14 0.13 0.44
Hex 78 62 7E 5 16 0 33 11F C 2C
Octal 170 142 176 5 26 0 63 437 14 54
Binary 1111000 1100010 1111110 101 10110 0 110011 100011111 1100 101100

Color Harmonies of #78627E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78627E

Black with #78627E

Text Example


Text Example

White with #78627E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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