Html Css Color HEX #755E4D Domino

📋 copy color: '#755E4D'

red 117 ◦ green 94 ◦ blue 77

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

Shades of Domino #755E4D

Tints of Domino #755E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 26.74%

R = 40.63%
G = 32.64%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#755E4D (or 0x755E4D) is known color: Domino. HEX triplet: 75, 5E and 4D. RGB value is (117,94,77). Sum of RGB (Red+Green+Blue) = 117+94+77=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 94 (37.11% from 255 or 32.64% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 117 - color contains mainly: red. Hex color #755E4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755E4D is #8AA1B2. Grayscale: #636363. Windows color (decimal): -9085363 or 5070453. OLE color: 5070453.

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

Color convert

RGB 117 94 77 -
CMYK 0 0.20 0.34 0.54
HSL 25.5º 0.21% 0.38% -
HSV(B) 25.5º 0.34% 0.46% -
XYZ 12.68 12.32 8.73 -
YUV 98.94 115.62 140.88 -
System Red Green Blue C M Y K H S L
Decimal 117 94 77 0 0.20 0.34 0.54 25.5 0.21 0.38
Hex 75 5E 4D 0 14 22 36 1A 15 26
Octal 165 136 115 0 24 42 66 32 25 46
Binary 1110101 1011110 1001101 0 10100 100010 110110 11010 10101 100110

Color Harmonies of #755E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755E4D

Black with #755E4D

Text Example


Text Example

White with #755E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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