Html Css Color HEX #75587B Rum

📋 copy color: '#75587B'

red 117 ◦ green 88 ◦ blue 123

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

Shades of Rum #75587B

Tints of Rum #75587B

RGB

 RED value IS 117 (46.09% from 255) = 35.67%

 GREEN value IS 88 (34.77% from 255) = 26.83%

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

R = 35.67%
G = 26.83%
B = 37.5%

CMYK

 C value IS 0.05

 M value IS 0.28

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#75587B (or 0x75587B) is known color: Rum. HEX triplet: 75, 58 and 7B. RGB value is (117,88,123). Sum of RGB (Red+Green+Blue) = 117+88+123=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 123 - color contains mainly: blue. Hex color #75587B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75587B is #8AA784. Grayscale: #646464. Windows color (decimal): -9086853 or 8083573. OLE color: 8083573.

HSL color Cylindrical-coordinate representation of color #75587B: hue angle of 289.71º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #75587B is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 117 88 123 -
CMYK 0.05 0.28 0 0.52
HSL 289.71º 0.17% 0.41% -
HSV(B) 289.71º 0.28% 0.48% -
XYZ 14.4 12.19 20.33 -
YUV 100.66 140.61 139.65 -
System Red Green Blue C M Y K H S L
Decimal 117 88 123 0.05 0.28 0 0.52 289.71 0.17 0.41
Hex 75 58 7B 5 1C 0 34 122 11 29
Octal 165 130 173 5 34 0 64 442 21 51
Binary 1110101 1011000 1111011 101 11100 0 110100 100100010 10001 101001

Color Harmonies of #75587B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75587B

Black with #75587B

Text Example


Text Example

White with #75587B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75587B; }

 p { color: rgb(117,88,123); }

 H1.HeaderClassName
 {
   color: #75587B;
 }
 .AnyTagClassName
 {
   color: #75587B;
 }
</style>

background-color css

<style>
 a { background-color: #75587B; }

 a { background-color: rgb(117,88,123); }

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

border-color css

<style>
 span { border-color: #75587B; }

 span { border-color: rgb(117,88,123); }

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