Html Css Color HEX #75617E Rum

📋 copy color: '#75617E'

red 117 ◦ green 97 ◦ blue 126

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

Shades of Rum #75617E

Tints of Rum #75617E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.06%

R = 34.41%
G = 28.53%
B = 37.06%

CMYK

 C value IS 0.07

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#75617E (or 0x75617E) is known color: Rum. HEX triplet: 75, 61 and 7E. RGB value is (117,97,126). Sum of RGB (Red+Green+Blue) = 117+97+126=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 126 (49.61% from 255 or 37.06% from 340); Max value from RGB is 126 - color contains mainly: blue. Hex color #75617E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75617E is #8A9E81. Grayscale: #6A6A6A. Windows color (decimal): -9084546 or 8282485. OLE color: 8282485.

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

Color convert

RGB 117 97 126 -
CMYK 0.07 0.23 0 0.51
HSL 281.38º 0.13% 0.44% -
HSV(B) 281.38º 0.23% 0.49% -
XYZ 15.38 13.84 21.6 -
YUV 106.29 139.13 135.64 -
System Red Green Blue C M Y K H S L
Decimal 117 97 126 0.07 0.23 0 0.51 281.38 0.13 0.44
Hex 75 61 7E 7 17 0 33 119 D 2C
Octal 165 141 176 7 27 0 63 431 15 54
Binary 1110101 1100001 1111110 111 10111 0 110011 100011001 1101 101100

Color Harmonies of #75617E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75617E

Black with #75617E

Text Example


Text Example

White with #75617E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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