Html Css Color HEX #75627C Rum

📋 copy color: '#75627C'

red 117 ◦ green 98 ◦ blue 124

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

Shades of Rum #75627C

Tints of Rum #75627C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.91%

 BLUE value IS 124 (48.83% from 255) = 36.58%

R = 34.51%
G = 28.91%
B = 36.58%

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

#75627C (or 0x75627C) is known color: Rum. HEX triplet: 75, 62 and 7C. RGB value is (117,98,124). Sum of RGB (Red+Green+Blue) = 117+98+124=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 124 - color contains mainly: blue. Hex color #75627C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75627C is #8A9D83. Grayscale: #6A6A6A. Windows color (decimal): -9084292 or 8151669. OLE color: 8151669.

HSL color Cylindrical-coordinate representation of color #75627C: hue angle of 283.85º 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 #75627C is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 117 98 124 -
CMYK 0.06 0.21 0 0.51
HSL 283.85º 0.12% 0.44% -
HSV(B) 283.85º 0.21% 0.49% -
XYZ 15.34 13.97 20.96 -
YUV 106.65 137.79 135.39 -
System Red Green Blue C M Y K H S L
Decimal 117 98 124 0.06 0.21 0 0.51 283.85 0.12 0.44
Hex 75 62 7C 6 15 0 33 11C C 2C
Octal 165 142 174 6 25 0 63 434 14 54
Binary 1110101 1100010 1111100 110 10101 0 110011 100011100 1100 101100

Color Harmonies of #75627C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75627C

Black with #75627C

Text Example


Text Example

White with #75627C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75627C; }

 p { color: rgb(117,98,124); }

 H1.HeaderClassName
 {
   color: #75627C;
 }
 .AnyTagClassName
 {
   color: #75627C;
 }
</style>

background-color css

<style>
 a { background-color: #75627C; }

 a { background-color: rgb(117,98,124); }

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

border-color css

<style>
 span { border-color: #75627C; }

 span { border-color: rgb(117,98,124); }

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