Html Css Color HEX #77617D Rum

📋 copy color: '#77617D'

red 119 ◦ green 97 ◦ blue 125

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

Shades of Rum #77617D

Tints of Rum #77617D

RGB

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

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

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

R = 34.9%
G = 28.45%
B = 36.66%

CMYK

 C value IS 0.05

 M value IS 0.22

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#77617D (or 0x77617D) is known color: Rum. HEX triplet: 77, 61 and 7D. RGB value is (119,97,125). Sum of RGB (Red+Green+Blue) = 119+97+125=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 125 - color contains mainly: blue. Hex color #77617D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77617D is #889E82. Grayscale: #6A6A6A. Windows color (decimal): -8953475 or 8216951. OLE color: 8216951.

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

Color convert

RGB 119 97 125 -
CMYK 0.05 0.22 0 0.51
HSL 287.14º 0.13% 0.44% -
HSV(B) 287.14º 0.22% 0.49% -
XYZ 15.58 13.95 21.27 -
YUV 106.77 138.29 136.72 -
System Red Green Blue C M Y K H S L
Decimal 119 97 125 0.05 0.22 0 0.51 287.14 0.13 0.44
Hex 77 61 7D 5 16 0 33 11F D 2C
Octal 167 141 175 5 26 0 63 437 15 54
Binary 1110111 1100001 1111101 101 10110 0 110011 100011111 1101 101100

Color Harmonies of #77617D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77617D

Black with #77617D

Text Example


Text Example

White with #77617D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,97,125); }

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

background-color css

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

 a { background-color: rgb(119,97,125); }

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

border-color css

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

 span { border-color: rgb(119,97,125); }

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