Html Css Color HEX #75637D Rum

📋 copy color: '#75637D'

red 117 ◦ green 99 ◦ blue 125

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

Shades of Rum #75637D

Tints of Rum #75637D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.03%

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

R = 34.31%
G = 29.03%
B = 36.66%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#75637D (or 0x75637D) is known color: Rum. HEX triplet: 75, 63 and 7D. RGB value is (117,99,125). Sum of RGB (Red+Green+Blue) = 117+99+125=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 125 - color contains mainly: blue. Hex color #75637D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75637D is #8A9C82. Grayscale: #6B6B6B. Windows color (decimal): -9084035 or 8217461. OLE color: 8217461.

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

Color convert

RGB 117 99 125 -
CMYK 0.06 0.21 0 0.51
HSL 281.54º 0.12% 0.44% -
HSV(B) 281.54º 0.21% 0.49% -
XYZ 15.5 14.19 21.32 -
YUV 107.35 137.96 134.89 -
System Red Green Blue C M Y K H S L
Decimal 117 99 125 0.06 0.21 0 0.51 281.54 0.12 0.44
Hex 75 63 7D 6 15 0 33 11A C 2C
Octal 165 143 175 6 25 0 63 432 14 54
Binary 1110101 1100011 1111101 110 10101 0 110011 100011010 1100 101100

Color Harmonies of #75637D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75637D

Black with #75637D

Text Example


Text Example

White with #75637D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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