Html Css Color HEX #75617C Rum

📋 copy color: '#75617C'

red 117 ◦ green 97 ◦ blue 124

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

Shades of Rum #75617C

Tints of Rum #75617C

RGB

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

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

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

R = 34.62%
G = 28.7%
B = 36.69%

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

#75617C (or 0x75617C) is known color: Rum. HEX triplet: 75, 61 and 7C. RGB value is (117,97,124). Sum of RGB (Red+Green+Blue) = 117+97+124=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 124 - color contains mainly: blue. Hex color #75617C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75617C is #8A9E83. Grayscale: #696969. Windows color (decimal): -9084548 or 8151413. OLE color: 8151413.

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

Color convert

RGB 117 97 124 -
CMYK 0.06 0.22 0 0.51
HSL 284.44º 0.12% 0.43% -
HSV(B) 284.44º 0.22% 0.49% -
XYZ 15.25 13.79 20.93 -
YUV 106.06 138.13 135.8 -
System Red Green Blue C M Y K H S L
Decimal 117 97 124 0.06 0.22 0 0.51 284.44 0.12 0.43
Hex 75 61 7C 6 16 0 33 11C C 2B
Octal 165 141 174 6 26 0 63 434 14 53
Binary 1110101 1100001 1111100 110 10110 0 110011 100011100 1100 101011

Color Harmonies of #75617C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75617C

Black with #75617C

Text Example


Text Example

White with #75617C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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