Html Css Color HEX #75617D Rum

📋 copy color: '#75617D'

red 117 ◦ green 97 ◦ blue 125

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

Shades of Rum #75617D

Tints of Rum #75617D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.61%

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

R = 34.51%
G = 28.61%
B = 36.87%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#75617D (or 0x75617D) is known color: Rum. HEX triplet: 75, 61 and 7D. RGB value is (117,97,125). Sum of RGB (Red+Green+Blue) = 117+97+125=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 125 - color contains mainly: blue. Hex color #75617D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75617D is #8A9E82. Grayscale: #6A6A6A. Windows color (decimal): -9084547 or 8216949. OLE color: 8216949.

HSL color Cylindrical-coordinate representation of color #75617D: hue angle of 282.86º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #75617D is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 117 97 125 -
CMYK 0.06 0.22 0 0.51
HSL 282.86º 0.13% 0.44% -
HSV(B) 282.86º 0.22% 0.49% -
XYZ 15.31 13.81 21.26 -
YUV 106.17 138.63 135.72 -
System Red Green Blue C M Y K H S L
Decimal 117 97 125 0.06 0.22 0 0.51 282.86 0.13 0.44
Hex 75 61 7D 6 16 0 33 11B D 2C
Octal 165 141 175 6 26 0 63 433 15 54
Binary 1110101 1100001 1111101 110 10110 0 110011 100011011 1101 101100

Color Harmonies of #75617D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75617D

Black with #75617D

Text Example


Text Example

White with #75617D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75617D; }

 p { color: rgb(117,97,125); }

 H1.HeaderClassName
 {
   color: #75617D;
 }
 .AnyTagClassName
 {
   color: #75617D;
 }
</style>

background-color css

<style>
 a { background-color: #75617D; }

 a { background-color: rgb(117,97,125); }

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

border-color css

<style>
 span { border-color: #75617D; }

 span { border-color: rgb(117,97,125); }

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