Html Css Color HEX #78657E Rum

📋 copy color: '#78657E'

red 120 ◦ green 101 ◦ blue 126

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

Shades of Rum #78657E

Tints of Rum #78657E

RGB

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

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

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

R = 34.58%
G = 29.11%
B = 36.31%

CMYK

 C value IS 0.05

 M value IS 0.20

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#78657E (or 0x78657E) is known color: Rum. HEX triplet: 78, 65 and 7E. RGB value is (120,101,126). Sum of RGB (Red+Green+Blue) = 120+101+126=347 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.58% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 126 (49.61% from 255 or 36.31% from 347); Max value from RGB is 126 - color contains mainly: blue. Hex color #78657E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78657E is #879A81. Grayscale: #6D6D6D. Windows color (decimal): -8886914 or 8283512. OLE color: 8283512.

HSL color Cylindrical-coordinate representation of color #78657E: hue angle of 285.6º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #78657E is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 120 101 126 -
CMYK 0.05 0.20 0 0.51
HSL 285.6º 0.11% 0.45% -
HSV(B) 285.6º 0.2% 0.49% -
XYZ 16.17 14.81 21.74 -
YUV 109.53 137.29 135.47 -
System Red Green Blue C M Y K H S L
Decimal 120 101 126 0.05 0.20 0 0.51 285.6 0.11 0.45
Hex 78 65 7E 5 14 0 33 11E B 2D
Octal 170 145 176 5 24 0 63 436 13 55
Binary 1111000 1100101 1111110 101 10100 0 110011 100011110 1011 101101

Color Harmonies of #78657E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78657E

Black with #78657E

Text Example


Text Example

White with #78657E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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