Html Css Color HEX #755A49 Domino

📋 copy color: '#755A49'

red 117 ◦ green 90 ◦ blue 73

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

Shades of Domino #755A49

Tints of Domino #755A49

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.14%

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

R = 41.79%
G = 32.14%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#755A49 (or 0x755A49) is known color: Domino. HEX triplet: 75, 5A and 49. RGB value is (117,90,73). Sum of RGB (Red+Green+Blue) = 117+90+73=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 90 (35.55% from 255 or 32.14% from 280); Blue value is 73 (28.91% from 255 or 26.07% from 280); Max value from RGB is 117 - color contains mainly: red. Hex color #755A49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755A49 is #8AA5B6. Grayscale: #606060. Windows color (decimal): -9086391 or 4807285. OLE color: 4807285.

HSL color Cylindrical-coordinate representation of color #755A49: hue angle of 23.18º 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 #755A49 is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 90 73 -
CMYK 0 0.23 0.38 0.54
HSL 23.18º 0.23% 0.37% -
HSV(B) 23.18º 0.38% 0.46% -
XYZ 12.19 11.58 7.89 -
YUV 96.14 114.95 142.88 -
System Red Green Blue C M Y K H S L
Decimal 117 90 73 0 0.23 0.38 0.54 23.18 0.23 0.37
Hex 75 5A 49 0 17 26 36 17 17 25
Octal 165 132 111 0 27 46 66 27 27 45
Binary 1110101 1011010 1001001 0 10111 100110 110110 10111 10111 100101

Color Harmonies of #755A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755A49

Black with #755A49

Text Example


Text Example

White with #755A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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