Html Css Color HEX #75637A Rum

📋 copy color: '#75637A'

red 117 ◦ green 99 ◦ blue 122

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

Shades of Rum #75637A

Tints of Rum #75637A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.09%

R = 34.62%
G = 29.29%
B = 36.09%

CMYK

 C value IS 0.04

 M value IS 0.19

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#75637A (or 0x75637A) is known color: Rum. HEX triplet: 75, 63 and 7A. RGB value is (117,99,122). Sum of RGB (Red+Green+Blue) = 117+99+122=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 122 - color contains mainly: blue. Hex color #75637A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75637A is #8A9C85. Grayscale: #6A6A6A. Windows color (decimal): -9084038 or 8020853. OLE color: 8020853.

HSL color Cylindrical-coordinate representation of color #75637A: hue angle of 286.96º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #75637A is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 117 99 122 -
CMYK 0.04 0.19 0 0.52
HSL 286.96º 0.1% 0.43% -
HSV(B) 286.96º 0.19% 0.48% -
XYZ 15.31 14.11 20.33 -
YUV 107 136.46 135.13 -
System Red Green Blue C M Y K H S L
Decimal 117 99 122 0.04 0.19 0 0.52 286.96 0.1 0.43
Hex 75 63 7A 4 13 0 34 11F A 2B
Octal 165 143 172 4 23 0 64 437 12 53
Binary 1110101 1100011 1111010 100 10011 0 110100 100011111 1010 101011

Color Harmonies of #75637A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75637A

Black with #75637A

Text Example


Text Example

White with #75637A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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