Html Css Color HEX #78617F Rum

📋 copy color: '#78617F'

red 120 ◦ green 97 ◦ blue 127

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

Shades of Rum #78617F

Tints of Rum #78617F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.2%

 BLUE value IS 127 (50% from 255) = 36.92%

R = 34.88%
G = 28.2%
B = 36.92%

CMYK

 C value IS 0.06

 M value IS 0.24

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#78617F (or 0x78617F) is known color: Rum. HEX triplet: 78, 61 and 7F. RGB value is (120,97,127). Sum of RGB (Red+Green+Blue) = 120+97+127=344 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.88% from 344); Green value is 97 (38.28% from 255 or 28.20% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 127 - color contains mainly: blue. Hex color #78617F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78617F is #879E80. Grayscale: #6B6B6B. Windows color (decimal): -8887937 or 8348024. OLE color: 8348024.

HSL color Cylindrical-coordinate representation of color #78617F: hue angle of 286º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #78617F is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 120 97 127 -
CMYK 0.06 0.24 0 0.50
HSL 286º 0.13% 0.44% -
HSV(B) 286º 0.24% 0.5% -
XYZ 15.85 14.07 21.96 -
YUV 107.3 139.12 137.06 -
System Red Green Blue C M Y K H S L
Decimal 120 97 127 0.06 0.24 0 0.50 286 0.13 0.44
Hex 78 61 7F 6 18 0 32 11E D 2C
Octal 170 141 177 6 30 0 62 436 15 54
Binary 1111000 1100001 1111111 110 11000 0 110010 100011110 1101 101100

Color Harmonies of #78617F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78617F

Black with #78617F

Text Example


Text Example

White with #78617F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78617F; }

 p { color: rgb(120,97,127); }

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

background-color css

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

 a { background-color: rgb(120,97,127); }

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

border-color css

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

 span { border-color: rgb(120,97,127); }

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