Html Css Color HEX #74597B Rum

📋 copy color: '#74597B'

red 116 ◦ green 89 ◦ blue 123

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

Shades of Rum #74597B

Tints of Rum #74597B

RGB

 RED value IS 116 (45.7% from 255) = 35.37%

 GREEN value IS 89 (35.16% from 255) = 27.13%

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

R = 35.37%
G = 27.13%
B = 37.5%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#74597B (or 0x74597B) is known color: Rum. HEX triplet: 74, 59 and 7B. RGB value is (116,89,123). Sum of RGB (Red+Green+Blue) = 116+89+123=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 123 - color contains mainly: blue. Hex color #74597B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74597B is #8BA684. Grayscale: #646464. Windows color (decimal): -9152133 or 8083828. OLE color: 8083828.

HSL color Cylindrical-coordinate representation of color #74597B: hue angle of 287.65º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #74597B is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 116 89 123 -
CMYK 0.06 0.28 0 0.52
HSL 287.65º 0.16% 0.42% -
HSV(B) 287.65º 0.28% 0.48% -
XYZ 14.35 12.29 20.35 -
YUV 100.95 140.45 138.74 -
System Red Green Blue C M Y K H S L
Decimal 116 89 123 0.06 0.28 0 0.52 287.65 0.16 0.42
Hex 74 59 7B 6 1C 0 34 120 10 2A
Octal 164 131 173 6 34 0 64 440 20 52
Binary 1110100 1011001 1111011 110 11100 0 110100 100100000 10000 101010

Color Harmonies of #74597B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74597B

Black with #74597B

Text Example


Text Example

White with #74597B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,89,123); }

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

background-color css

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

 a { background-color: rgb(116,89,123); }

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

border-color css

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

 span { border-color: rgb(116,89,123); }

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