Html Css Color HEX #755A47 Domino

📋 copy color: '#755A47'

red 117 ◦ green 90 ◦ blue 71

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

Shades of Domino #755A47

Tints of Domino #755A47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 25.54%

R = 42.09%
G = 32.37%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#755A47 (or 0x755A47) is known color: Domino. HEX triplet: 75, 5A and 47. RGB value is (117,90,71). Sum of RGB (Red+Green+Blue) = 117+90+71=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 90 (35.55% from 255 or 32.37% from 278); Blue value is 71 (28.12% from 255 or 25.54% from 278); Max value from RGB is 117 - color contains mainly: red. Hex color #755A47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755A47 is #8AA5B8. Grayscale: #606060. Windows color (decimal): -9086393 or 4676213. OLE color: 4676213.

HSL color Cylindrical-coordinate representation of color #755A47: hue angle of 24.78º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #755A47 is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 90 71 -
CMYK 0 0.23 0.39 0.54
HSL 24.78º 0.24% 0.37% -
HSV(B) 24.78º 0.39% 0.46% -
XYZ 12.13 11.55 7.55 -
YUV 95.91 113.95 143.04 -
System Red Green Blue C M Y K H S L
Decimal 117 90 71 0 0.23 0.39 0.54 24.78 0.24 0.37
Hex 75 5A 47 0 17 27 36 19 18 25
Octal 165 132 107 0 27 47 66 31 30 45
Binary 1110101 1011010 1000111 0 10111 100111 110110 11001 11000 100101

Color Harmonies of #755A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755A47

Black with #755A47

Text Example


Text Example

White with #755A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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