Html Css Color HEX #775D7F Rum

📋 copy color: '#775D7F'

red 119 ◦ green 93 ◦ blue 127

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

Shades of Rum #775D7F

Tints of Rum #775D7F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.43%

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

R = 35.1%
G = 27.43%
B = 37.46%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#775D7F (or 0x775D7F) is known color: Rum. HEX triplet: 77, 5D and 7F. RGB value is (119,93,127). Sum of RGB (Red+Green+Blue) = 119+93+127=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 127 - color contains mainly: blue. Hex color #775D7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775D7F is #88A280. Grayscale: #686868. Windows color (decimal): -8954497 or 8346999. OLE color: 8346999.

HSL color Cylindrical-coordinate representation of color #775D7F: hue angle of 285.88º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #775D7F is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 119 93 127 -
CMYK 0.06 0.27 0 0.50
HSL 285.88º 0.15% 0.43% -
HSV(B) 285.88º 0.27% 0.5% -
XYZ 15.35 13.28 21.83 -
YUV 104.65 140.61 138.24 -
System Red Green Blue C M Y K H S L
Decimal 119 93 127 0.06 0.27 0 0.50 285.88 0.15 0.43
Hex 77 5D 7F 6 1B 0 32 11E F 2B
Octal 167 135 177 6 33 0 62 436 17 53
Binary 1110111 1011101 1111111 110 11011 0 110010 100011110 1111 101011

Color Harmonies of #775D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775D7F

Black with #775D7F

Text Example


Text Example

White with #775D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,93,127); }

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

background-color css

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

 a { background-color: rgb(119,93,127); }

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

border-color css

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

 span { border-color: rgb(119,93,127); }

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