Html Css Color HEX #78687C Rum

📋 copy color: '#78687C'

red 120 ◦ green 104 ◦ blue 124

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

Shades of Rum #78687C

Tints of Rum #78687C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.89%

 BLUE value IS 124 (48.83% from 255) = 35.63%

R = 34.48%
G = 29.89%
B = 35.63%

CMYK

 C value IS 0.03

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#78687C (or 0x78687C) is known color: Rum. HEX triplet: 78, 68 and 7C. RGB value is (120,104,124). Sum of RGB (Red+Green+Blue) = 120+104+124=348 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.48% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 124 - color contains mainly: blue. Hex color #78687C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78687C is #879783. Grayscale: #6F6F6F. Windows color (decimal): -8886148 or 8153208. OLE color: 8153208.

HSL color Cylindrical-coordinate representation of color #78687C: hue angle of 288º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #78687C is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 120 104 124 -
CMYK 0.03 0.16 0 0.51
HSL 288º 0.09% 0.45% -
HSV(B) 288º 0.16% 0.49% -
XYZ 16.33 15.35 21.17 -
YUV 111.06 135.3 134.37 -
System Red Green Blue C M Y K H S L
Decimal 120 104 124 0.03 0.16 0 0.51 288 0.09 0.45
Hex 78 68 7C 3 10 0 33 120 9 2D
Octal 170 150 174 3 20 0 63 440 11 55
Binary 1111000 1101000 1111100 11 10000 0 110011 100100000 1001 101101

Color Harmonies of #78687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78687C

Black with #78687C

Text Example


Text Example

White with #78687C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78687C; }

 p { color: rgb(120,104,124); }

 H1.HeaderClassName
 {
   color: #78687C;
 }
 .AnyTagClassName
 {
   color: #78687C;
 }
</style>

background-color css

<style>
 a { background-color: #78687C; }

 a { background-color: rgb(120,104,124); }

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

border-color css

<style>
 span { border-color: #78687C; }

 span { border-color: rgb(120,104,124); }

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