Html Css Color HEX #78657D Rum

📋 copy color: '#78657D'

red 120 ◦ green 101 ◦ blue 125

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

Shades of Rum #78657D

Tints of Rum #78657D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.19%

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

R = 34.68%
G = 29.19%
B = 36.13%

CMYK

 C value IS 0.04

 M value IS 0.19

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#78657D (or 0x78657D) is known color: Rum. HEX triplet: 78, 65 and 7D. RGB value is (120,101,125). Sum of RGB (Red+Green+Blue) = 120+101+125=346 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.68% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 125 - color contains mainly: blue. Hex color #78657D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78657D is #879A82. Grayscale: #6D6D6D. Windows color (decimal): -8886915 or 8217976. OLE color: 8217976.

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

Color convert

RGB 120 101 125 -
CMYK 0.04 0.19 0 0.51
HSL 287.5º 0.11% 0.44% -
HSV(B) 287.5º 0.19% 0.49% -
XYZ 16.1 14.78 21.41 -
YUV 109.42 136.79 135.55 -
System Red Green Blue C M Y K H S L
Decimal 120 101 125 0.04 0.19 0 0.51 287.5 0.11 0.44
Hex 78 65 7D 4 13 0 33 120 B 2C
Octal 170 145 175 4 23 0 63 440 13 54
Binary 1111000 1100101 1111101 100 10011 0 110011 100100000 1011 101100

Color Harmonies of #78657D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78657D

Black with #78657D

Text Example


Text Example

White with #78657D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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