Html Css Color HEX #777378 Rum

📋 copy color: '#777378'

red 119 ◦ green 115 ◦ blue 120

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

Shades of Rum #777378

Tints of Rum #777378

RGB

 RED value IS 119 (46.88% from 255) = 33.62%

 GREEN value IS 115 (45.31% from 255) = 32.49%

 BLUE value IS 120 (47.27% from 255) = 33.9%

R = 33.62%
G = 32.49%
B = 33.9%

CMYK

 C value IS 0.01

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#777378 (or 0x777378) is known color: Rum. HEX triplet: 77, 73 and 78. RGB value is (119,115,120). Sum of RGB (Red+Green+Blue) = 119+115+120=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 120 - color contains mainly: blue. Hex color #777378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777378 is #888C87. Grayscale: #747474. Windows color (decimal): -8948872 or 7893879. OLE color: 7893879.

HSL color Cylindrical-coordinate representation of color #777378: hue angle of 288º degrees, saturation: 0.02, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #777378 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 115 120 -
CMYK 0.01 0.04 0 0.53
HSL 288º 0.02% 0.46% -
HSV(B) 288º 0.04% 0.47% -
XYZ 17.13 17.54 20.25 -
YUV 116.77 129.83 129.59 -
System Red Green Blue C M Y K H S L
Decimal 119 115 120 0.01 0.04 0 0.53 288 0.02 0.46
Hex 77 73 78 1 4 0 35 120 2 2E
Octal 167 163 170 1 4 0 65 440 2 56
Binary 1110111 1110011 1111000 1 100 0 110101 100100000 10 101110

Color Harmonies of #777378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777378

Black with #777378

Text Example


Text Example

White with #777378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777378; }

 p { color: rgb(119,115,120); }

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

background-color css

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

 a { background-color: rgb(119,115,120); }

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

border-color css

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

 span { border-color: rgb(119,115,120); }

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