Html Css Color HEX #755E4A Domino

📋 copy color: '#755E4A'

red 117 ◦ green 94 ◦ blue 74

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

Shades of Domino #755E4A

Tints of Domino #755E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 25.96%

R = 41.05%
G = 32.98%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#755E4A (or 0x755E4A) is known color: Domino. HEX triplet: 75, 5E and 4A. RGB value is (117,94,74). Sum of RGB (Red+Green+Blue) = 117+94+74=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 117 - color contains mainly: red. Hex color #755E4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755E4A is #8AA1B5. Grayscale: #626262. Windows color (decimal): -9085366 or 4873845. OLE color: 4873845.

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

Color convert

RGB 117 94 74 -
CMYK 0 0.20 0.37 0.54
HSL 27.91º 0.23% 0.37% -
HSV(B) 27.91º 0.37% 0.46% -
XYZ 12.57 12.28 8.19 -
YUV 98.6 114.12 141.13 -
System Red Green Blue C M Y K H S L
Decimal 117 94 74 0 0.20 0.37 0.54 27.91 0.23 0.37
Hex 75 5E 4A 0 14 25 36 1C 17 25
Octal 165 136 112 0 24 45 66 34 27 45
Binary 1110101 1011110 1001010 0 10100 100101 110110 11100 10111 100101

Color Harmonies of #755E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755E4A

Black with #755E4A

Text Example


Text Example

White with #755E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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