Html Css Color HEX #755C4A Domino

📋 copy color: '#755C4A'

red 117 ◦ green 92 ◦ blue 74

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

Shades of Domino #755C4A

Tints of Domino #755C4A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.51%

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

R = 41.34%
G = 32.51%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#755C4A (or 0x755C4A) is known color: Domino. HEX triplet: 75, 5C and 4A. RGB value is (117,92,74). Sum of RGB (Red+Green+Blue) = 117+92+74=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 117 - color contains mainly: red. Hex color #755C4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755C4A is #8AA3B5. Grayscale: #616161. Windows color (decimal): -9085878 or 4873333. OLE color: 4873333.

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

Color convert

RGB 117 92 74 -
CMYK 0 0.21 0.37 0.54
HSL 25.12º 0.23% 0.37% -
HSV(B) 25.12º 0.37% 0.46% -
XYZ 12.4 11.93 8.13 -
YUV 97.42 114.78 141.96 -
System Red Green Blue C M Y K H S L
Decimal 117 92 74 0 0.21 0.37 0.54 25.12 0.23 0.37
Hex 75 5C 4A 0 15 25 36 19 17 25
Octal 165 134 112 0 25 45 66 31 27 45
Binary 1110101 1011100 1001010 0 10101 100101 110110 11001 10111 100101

Color Harmonies of #755C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755C4A

Black with #755C4A

Text Example


Text Example

White with #755C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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