Html Css Color HEX #775F7B Rum

📋 copy color: '#775F7B'

red 119 ◦ green 95 ◦ blue 123

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

Shades of Rum #775F7B

Tints of Rum #775F7B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.19%

 BLUE value IS 123 (48.44% from 255) = 36.5%

R = 35.31%
G = 28.19%
B = 36.5%

CMYK

 C value IS 0.03

 M value IS 0.23

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#775F7B (or 0x775F7B) is known color: Rum. HEX triplet: 77, 5F and 7B. RGB value is (119,95,123). Sum of RGB (Red+Green+Blue) = 119+95+123=337 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.31% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 123 - color contains mainly: blue. Hex color #775F7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775F7B is #88A084. Grayscale: #696969. Windows color (decimal): -8953989 or 8085367. OLE color: 8085367.

HSL color Cylindrical-coordinate representation of color #775F7B: hue angle of 291.43º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #775F7B is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 119 95 123 -
CMYK 0.03 0.23 0 0.52
HSL 291.43º 0.13% 0.43% -
HSV(B) 291.43º 0.23% 0.48% -
XYZ 15.28 13.54 20.55 -
YUV 105.37 137.95 137.72 -
System Red Green Blue C M Y K H S L
Decimal 119 95 123 0.03 0.23 0 0.52 291.43 0.13 0.43
Hex 77 5F 7B 3 17 0 34 123 D 2B
Octal 167 137 173 3 27 0 64 443 15 53
Binary 1110111 1011111 1111011 11 10111 0 110100 100100011 1101 101011

Color Harmonies of #775F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775F7B

Black with #775F7B

Text Example


Text Example

White with #775F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,95,123); }

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

background-color css

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

 a { background-color: rgb(119,95,123); }

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

border-color css

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

 span { border-color: rgb(119,95,123); }

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