Html Css Color HEX #775A7D Rum

📋 copy color: '#775A7D'

red 119 ◦ green 90 ◦ blue 125

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

Shades of Rum #775A7D

Tints of Rum #775A7D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.95%

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

R = 35.63%
G = 26.95%
B = 37.43%

CMYK

 C value IS 0.05

 M value IS 0.28

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#775A7D (or 0x775A7D) is known color: Rum. HEX triplet: 77, 5A and 7D. RGB value is (119,90,125). Sum of RGB (Red+Green+Blue) = 119+90+125=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 90 (35.55% from 255 or 26.95% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 125 - color contains mainly: blue. Hex color #775A7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775A7D is #88A582. Grayscale: #666666. Windows color (decimal): -8955267 or 8215159. OLE color: 8215159.

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

Color convert

RGB 119 90 125 -
CMYK 0.05 0.28 0 0.51
HSL 289.71º 0.16% 0.42% -
HSV(B) 289.71º 0.28% 0.49% -
XYZ 14.97 12.71 21.07 -
YUV 102.66 140.61 139.65 -
System Red Green Blue C M Y K H S L
Decimal 119 90 125 0.05 0.28 0 0.51 289.71 0.16 0.42
Hex 77 5A 7D 5 1C 0 33 122 10 2A
Octal 167 132 175 5 34 0 63 442 20 52
Binary 1110111 1011010 1111101 101 11100 0 110011 100100010 10000 101010

Color Harmonies of #775A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775A7D

Black with #775A7D

Text Example


Text Example

White with #775A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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