Html Css Color HEX #75594A Domino

📋 copy color: '#75594A'

red 117 ◦ green 89 ◦ blue 74

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

Shades of Domino #75594A

Tints of Domino #75594A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.43%

R = 41.79%
G = 31.79%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#75594A (or 0x75594A) is known color: Domino. HEX triplet: 75, 59 and 4A. RGB value is (117,89,74). Sum of RGB (Red+Green+Blue) = 117+89+74=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 74 (29.30% from 255 or 26.43% from 280); Max value from RGB is 117 - color contains mainly: red. Hex color #75594A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75594A is #8AA6B5. Grayscale: #5F5F5F. Windows color (decimal): -9086646 or 4872565. OLE color: 4872565.

HSL color Cylindrical-coordinate representation of color #75594A: hue angle of 20.93º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75594A is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 89 74 -
CMYK 0 0.24 0.37 0.54
HSL 20.93º 0.23% 0.37% -
HSV(B) 20.93º 0.37% 0.46% -
XYZ 12.14 11.42 8.04 -
YUV 95.66 115.78 143.22 -
System Red Green Blue C M Y K H S L
Decimal 117 89 74 0 0.24 0.37 0.54 20.93 0.23 0.37
Hex 75 59 4A 0 18 25 36 15 17 25
Octal 165 131 112 0 30 45 66 25 27 45
Binary 1110101 1011001 1001010 0 11000 100101 110110 10101 10111 100101

Color Harmonies of #75594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75594A

Black with #75594A

Text Example


Text Example

White with #75594A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,89,74); }

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

background-color css

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

 a { background-color: rgb(117,89,74); }

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

border-color css

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

 span { border-color: rgb(117,89,74); }

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