Html Css Color HEX #755B49 Domino

📋 copy color: '#755B49'

red 117 ◦ green 91 ◦ blue 73

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

Shades of Domino #755B49

Tints of Domino #755B49

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.38%

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

R = 41.64%
G = 32.38%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#755B49 (or 0x755B49) is known color: Domino. HEX triplet: 75, 5B and 49. RGB value is (117,91,73). Sum of RGB (Red+Green+Blue) = 117+91+73=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 91 (35.94% from 255 or 32.38% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 117 - color contains mainly: red. Hex color #755B49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755B49 is #8AA4B6. Grayscale: #606060. Windows color (decimal): -9086135 or 4807541. OLE color: 4807541.

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

Color convert

RGB 117 91 73 -
CMYK 0 0.22 0.38 0.54
HSL 24.55º 0.23% 0.37% -
HSV(B) 24.55º 0.38% 0.46% -
XYZ 12.28 11.75 7.92 -
YUV 96.72 114.61 142.46 -
System Red Green Blue C M Y K H S L
Decimal 117 91 73 0 0.22 0.38 0.54 24.55 0.23 0.37
Hex 75 5B 49 0 16 26 36 19 17 25
Octal 165 133 111 0 26 46 66 31 27 45
Binary 1110101 1011011 1001001 0 10110 100110 110110 11001 10111 100101

Color Harmonies of #755B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755B49

Black with #755B49

Text Example


Text Example

White with #755B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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