Html Css Color HEX #775C7C Rum

📋 copy color: '#775C7C'

red 119 ◦ green 92 ◦ blue 124

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

Shades of Rum #775C7C

Tints of Rum #775C7C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.46%

 BLUE value IS 124 (48.83% from 255) = 37.01%

R = 35.52%
G = 27.46%
B = 37.01%

CMYK

 C value IS 0.04

 M value IS 0.26

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#775C7C (or 0x775C7C) is known color: Rum. HEX triplet: 77, 5C and 7C. RGB value is (119,92,124). Sum of RGB (Red+Green+Blue) = 119+92+124=335 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.52% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 124 - color contains mainly: blue. Hex color #775C7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775C7C is #88A383. Grayscale: #676767. Windows color (decimal): -8954756 or 8150135. OLE color: 8150135.

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

Color convert

RGB 119 92 124 -
CMYK 0.04 0.26 0 0.51
HSL 290.63º 0.15% 0.42% -
HSV(B) 290.63º 0.26% 0.49% -
XYZ 15.07 13.03 20.79 -
YUV 103.72 139.45 138.9 -
System Red Green Blue C M Y K H S L
Decimal 119 92 124 0.04 0.26 0 0.51 290.63 0.15 0.42
Hex 77 5C 7C 4 1A 0 33 123 F 2A
Octal 167 134 174 4 32 0 63 443 17 52
Binary 1110111 1011100 1111100 100 11010 0 110011 100100011 1111 101010

Color Harmonies of #775C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775C7C

Black with #775C7C

Text Example


Text Example

White with #775C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,92,124); }

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

background-color css

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

 a { background-color: rgb(119,92,124); }

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

border-color css

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

 span { border-color: rgb(119,92,124); }

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