Html Css Color HEX #75617F Rum

📋 copy color: '#75617F'

red 117 ◦ green 97 ◦ blue 127

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

Shades of Rum #75617F

Tints of Rum #75617F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.24%

R = 34.31%
G = 28.45%
B = 37.24%

CMYK

 C value IS 0.08

 M value IS 0.24

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#75617F (or 0x75617F) is known color: Rum. HEX triplet: 75, 61 and 7F. RGB value is (117,97,127). Sum of RGB (Red+Green+Blue) = 117+97+127=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 127 - color contains mainly: blue. Hex color #75617F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75617F is #8A9E80. Grayscale: #6A6A6A. Windows color (decimal): -9084545 or 8348021. OLE color: 8348021.

HSL color Cylindrical-coordinate representation of color #75617F: hue angle of 280º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #75617F is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 117 97 127 -
CMYK 0.08 0.24 0 0.50
HSL 280º 0.13% 0.44% -
HSV(B) 280º 0.24% 0.5% -
XYZ 15.44 13.86 21.94 -
YUV 106.4 139.63 135.56 -
System Red Green Blue C M Y K H S L
Decimal 117 97 127 0.08 0.24 0 0.50 280 0.13 0.44
Hex 75 61 7F 8 18 0 32 118 D 2C
Octal 165 141 177 10 30 0 62 430 15 54
Binary 1110101 1100001 1111111 1000 11000 0 110010 100011000 1101 101100

Color Harmonies of #75617F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75617F

Black with #75617F

Text Example


Text Example

White with #75617F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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