Html Css Color HEX #756049 Domino

📋 copy color: '#756049'

red 117 ◦ green 96 ◦ blue 73

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

Shades of Domino #756049

Tints of Domino #756049

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.57%

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

R = 40.91%
G = 33.57%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#756049 (or 0x756049) is known color: Domino. HEX triplet: 75, 60 and 49. RGB value is (117,96,73). Sum of RGB (Red+Green+Blue) = 117+96+73=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 73 (28.91% from 255 or 25.52% from 286); Max value from RGB is 117 - color contains mainly: red. Hex color #756049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756049 is #8A9FB6. Grayscale: #636363. Windows color (decimal): -9084855 or 4808821. OLE color: 4808821.

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

Color convert

RGB 117 96 73 -
CMYK 0 0.18 0.38 0.54
HSL 31.36º 0.23% 0.37% -
HSV(B) 31.36º 0.38% 0.46% -
XYZ 12.72 12.63 8.07 -
YUV 99.66 112.96 140.37 -
System Red Green Blue C M Y K H S L
Decimal 117 96 73 0 0.18 0.38 0.54 31.36 0.23 0.37
Hex 75 60 49 0 12 26 36 1F 17 25
Octal 165 140 111 0 22 46 66 37 27 45
Binary 1110101 1100000 1001001 0 10010 100110 110110 11111 10111 100101

Color Harmonies of #756049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756049

Black with #756049

Text Example


Text Example

White with #756049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756049; }

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

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

background-color css

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

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

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

border-color css

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

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

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