Html Css Color HEX #775E7D Rum

📋 copy color: '#775E7D'

red 119 ◦ green 94 ◦ blue 125

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

Shades of Rum #775E7D

Tints of Rum #775E7D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.81%

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

R = 35.21%
G = 27.81%
B = 36.98%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#775E7D (or 0x775E7D) is known color: Rum. HEX triplet: 77, 5E and 7D. RGB value is (119,94,125). Sum of RGB (Red+Green+Blue) = 119+94+125=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 94 (37.11% from 255 or 27.81% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 125 - color contains mainly: blue. Hex color #775E7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775E7D is #88A182. Grayscale: #686868. Windows color (decimal): -8954243 or 8216183. OLE color: 8216183.

HSL color Cylindrical-coordinate representation of color #775E7D: hue angle of 288.39º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #775E7D is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 119 94 125 -
CMYK 0.05 0.25 0 0.51
HSL 288.39º 0.14% 0.43% -
HSV(B) 288.39º 0.25% 0.49% -
XYZ 15.31 13.41 21.18 -
YUV 105.01 139.28 137.98 -
System Red Green Blue C M Y K H S L
Decimal 119 94 125 0.05 0.25 0 0.51 288.39 0.14 0.43
Hex 77 5E 7D 5 19 0 33 120 E 2B
Octal 167 136 175 5 31 0 63 440 16 53
Binary 1110111 1011110 1111101 101 11001 0 110011 100100000 1110 101011

Color Harmonies of #775E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775E7D

Black with #775E7D

Text Example


Text Example

White with #775E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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