Html Css Color HEX #755E49 Domino

📋 copy color: '#755E49'

red 117 ◦ green 94 ◦ blue 73

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

Shades of Domino #755E49

Tints of Domino #755E49

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.1%

 BLUE value IS 73 (28.91% from 255) = 25.7%

R = 41.2%
G = 33.1%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#755E49 (or 0x755E49) is known color: Domino. HEX triplet: 75, 5E and 49. RGB value is (117,94,73). Sum of RGB (Red+Green+Blue) = 117+94+73=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 73 (28.91% from 255 or 25.70% from 284); Max value from RGB is 117 - color contains mainly: red. Hex color #755E49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755E49 is #8AA1B6. Grayscale: #626262. Windows color (decimal): -9085367 or 4808309. OLE color: 4808309.

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

Color convert

RGB 117 94 73 -
CMYK 0 0.20 0.38 0.54
HSL 28.64º 0.23% 0.37% -
HSV(B) 28.64º 0.38% 0.46% -
XYZ 12.54 12.27 8.01 -
YUV 98.48 113.62 141.21 -
System Red Green Blue C M Y K H S L
Decimal 117 94 73 0 0.20 0.38 0.54 28.64 0.23 0.37
Hex 75 5E 49 0 14 26 36 1D 17 25
Octal 165 136 111 0 24 46 66 35 27 45
Binary 1110101 1011110 1001001 0 10100 100110 110110 11101 10111 100101

Color Harmonies of #755E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755E49

Black with #755E49

Text Example


Text Example

White with #755E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755E49; }

 p { color: rgb(117,94,73); }

 H1.HeaderClassName
 {
   color: #755E49;
 }
 .AnyTagClassName
 {
   color: #755E49;
 }
</style>

background-color css

<style>
 a { background-color: #755E49; }

 a { background-color: rgb(117,94,73); }

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

border-color css

<style>
 span { border-color: #755E49; }

 span { border-color: rgb(117,94,73); }

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