Html Css Color HEX #755E4C Domino

📋 copy color: '#755E4C'

red 117 ◦ green 94 ◦ blue 76

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

Shades of Domino #755E4C

Tints of Domino #755E4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.48%

R = 40.77%
G = 32.75%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#755E4C (or 0x755E4C) is known color: Domino. HEX triplet: 75, 5E and 4C. RGB value is (117,94,76). Sum of RGB (Red+Green+Blue) = 117+94+76=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 117 - color contains mainly: red. Hex color #755E4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755E4C is #8AA1B3. Grayscale: #626262. Windows color (decimal): -9085364 or 5004917. OLE color: 5004917.

HSL color Cylindrical-coordinate representation of color #755E4C: hue angle of 26.34º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #755E4C is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 94 76 -
CMYK 0 0.20 0.35 0.54
HSL 26.34º 0.21% 0.38% -
HSV(B) 26.34º 0.35% 0.46% -
XYZ 12.64 12.31 8.55 -
YUV 98.83 115.12 140.96 -
System Red Green Blue C M Y K H S L
Decimal 117 94 76 0 0.20 0.35 0.54 26.34 0.21 0.38
Hex 75 5E 4C 0 14 23 36 1A 15 26
Octal 165 136 114 0 24 43 66 32 25 46
Binary 1110101 1011110 1001100 0 10100 100011 110110 11010 10101 100110

Color Harmonies of #755E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755E4C

Black with #755E4C

Text Example


Text Example

White with #755E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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