Html Css Color HEX #75637B Rum

📋 copy color: '#75637B'

red 117 ◦ green 99 ◦ blue 123

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

Shades of Rum #75637B

Tints of Rum #75637B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.28%

R = 34.51%
G = 29.2%
B = 36.28%

CMYK

 C value IS 0.05

 M value IS 0.20

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#75637B (or 0x75637B) is known color: Rum. HEX triplet: 75, 63 and 7B. RGB value is (117,99,123). Sum of RGB (Red+Green+Blue) = 117+99+123=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 123 - color contains mainly: blue. Hex color #75637B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75637B is #8A9C84. Grayscale: #6B6B6B. Windows color (decimal): -9084037 or 8086389. OLE color: 8086389.

HSL color Cylindrical-coordinate representation of color #75637B: hue angle of 285º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #75637B is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 117 99 123 -
CMYK 0.05 0.20 0 0.52
HSL 285º 0.11% 0.44% -
HSV(B) 285º 0.2% 0.48% -
XYZ 15.37 14.14 20.66 -
YUV 107.12 136.96 135.05 -
System Red Green Blue C M Y K H S L
Decimal 117 99 123 0.05 0.20 0 0.52 285 0.11 0.44
Hex 75 63 7B 5 14 0 34 11D B 2C
Octal 165 143 173 5 24 0 64 435 13 54
Binary 1110101 1100011 1111011 101 10100 0 110100 100011101 1011 101100

Color Harmonies of #75637B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75637B

Black with #75637B

Text Example


Text Example

White with #75637B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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