Html Css Color HEX #755D4C Domino

📋 copy color: '#755D4C'

red 117 ◦ green 93 ◦ blue 76

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

Shades of Domino #755D4C

Tints of Domino #755D4C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.52%

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

R = 40.91%
G = 32.52%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#755D4C (or 0x755D4C) is known color: Domino. HEX triplet: 75, 5D and 4C. RGB value is (117,93,76). Sum of RGB (Red+Green+Blue) = 117+93+76=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 117 - color contains mainly: red. Hex color #755D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755D4C is #8AA2B3. Grayscale: #626262. Windows color (decimal): -9085620 or 5004661. OLE color: 5004661.

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

Color convert

RGB 117 93 76 -
CMYK 0 0.21 0.35 0.54
HSL 24.88º 0.21% 0.38% -
HSV(B) 24.88º 0.35% 0.46% -
XYZ 12.55 12.13 8.52 -
YUV 98.24 115.45 141.38 -
System Red Green Blue C M Y K H S L
Decimal 117 93 76 0 0.21 0.35 0.54 24.88 0.21 0.38
Hex 75 5D 4C 0 15 23 36 19 15 26
Octal 165 135 114 0 25 43 66 31 25 46
Binary 1110101 1011101 1001100 0 10101 100011 110110 11001 10101 100110

Color Harmonies of #755D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755D4C

Black with #755D4C

Text Example


Text Example

White with #755D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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