Html Css Color HEX #755F49 Domino

📋 copy color: '#755F49'

red 117 ◦ green 95 ◦ blue 73

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

Shades of Domino #755F49

Tints of Domino #755F49

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.33%

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

R = 41.05%
G = 33.33%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#755F49 (or 0x755F49) is known color: Domino. HEX triplet: 75, 5F and 49. RGB value is (117,95,73). Sum of RGB (Red+Green+Blue) = 117+95+73=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 95 (37.5% from 255 or 33.33% from 285); Blue value is 73 (28.91% from 255 or 25.61% from 285); Max value from RGB is 117 - color contains mainly: red. Hex color #755F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755F49 is #8AA0B6. Grayscale: #636363. Windows color (decimal): -9085111 or 4808565. OLE color: 4808565.

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

Color convert

RGB 117 95 73 -
CMYK 0 0.19 0.38 0.54
HSL 30º 0.23% 0.37% -
HSV(B) 30º 0.38% 0.46% -
XYZ 12.63 12.45 8.04 -
YUV 99.07 113.29 140.79 -
System Red Green Blue C M Y K H S L
Decimal 117 95 73 0 0.19 0.38 0.54 30 0.23 0.37
Hex 75 5F 49 0 13 26 36 1E 17 25
Octal 165 137 111 0 23 46 66 36 27 45
Binary 1110101 1011111 1001001 0 10011 100110 110110 11110 10111 100101

Color Harmonies of #755F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755F49

Black with #755F49

Text Example


Text Example

White with #755F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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