Html Css Color HEX #755C49 Domino

📋 copy color: '#755C49'

red 117 ◦ green 92 ◦ blue 73

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

Shades of Domino #755C49

Tints of Domino #755C49

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.62%

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

R = 41.49%
G = 32.62%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#755C49 (or 0x755C49) is known color: Domino. HEX triplet: 75, 5C and 49. RGB value is (117,92,73). Sum of RGB (Red+Green+Blue) = 117+92+73=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 73 (28.91% from 255 or 25.89% from 282); Max value from RGB is 117 - color contains mainly: red. Hex color #755C49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755C49 is #8AA3B6. Grayscale: #616161. Windows color (decimal): -9085879 or 4807797. OLE color: 4807797.

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

Color convert

RGB 117 92 73 -
CMYK 0 0.21 0.38 0.54
HSL 25.91º 0.23% 0.37% -
HSV(B) 25.91º 0.38% 0.46% -
XYZ 12.37 11.92 7.95 -
YUV 97.31 114.28 142.04 -
System Red Green Blue C M Y K H S L
Decimal 117 92 73 0 0.21 0.38 0.54 25.91 0.23 0.37
Hex 75 5C 49 0 15 26 36 1A 17 25
Octal 165 134 111 0 25 46 66 32 27 45
Binary 1110101 1011100 1001001 0 10101 100110 110110 11010 10111 100101

Color Harmonies of #755C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755C49

Black with #755C49

Text Example


Text Example

White with #755C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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