Html Css Color HEX #755E48 Domino

📋 copy color: '#755E48'

red 117 ◦ green 94 ◦ blue 72

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

Shades of Domino #755E48

Tints of Domino #755E48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 25.44%

R = 41.34%
G = 33.22%
B = 25.44%

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

#755E48 (or 0x755E48) is known color: Domino. HEX triplet: 75, 5E and 48. RGB value is (117,94,72). Sum of RGB (Red+Green+Blue) = 117+94+72=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 117 - color contains mainly: red. Hex color #755E48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755E48 is #8AA1B7. Grayscale: #626262. Windows color (decimal): -9085368 or 4742773. OLE color: 4742773.

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

Color convert

RGB 117 94 72 -
CMYK 0 0.20 0.38 0.54
HSL 29.33º 0.24% 0.37% -
HSV(B) 29.33º 0.38% 0.46% -
XYZ 12.51 12.26 7.84 -
YUV 98.37 113.12 141.29 -
System Red Green Blue C M Y K H S L
Decimal 117 94 72 0 0.20 0.38 0.54 29.33 0.24 0.37
Hex 75 5E 48 0 14 26 36 1D 18 25
Octal 165 136 110 0 24 46 66 35 30 45
Binary 1110101 1011110 1001000 0 10100 100110 110110 11101 11000 100101

Color Harmonies of #755E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755E48

Black with #755E48

Text Example


Text Example

White with #755E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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