Html Css Color HEX #705D4D Domino

📋 copy color: '#705D4D'

red 112 ◦ green 93 ◦ blue 77

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

Shades of Domino #705D4D

Tints of Domino #705D4D

RGB

 RED value IS 112 (44.14% from 255) = 39.72%

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

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

R = 39.72%
G = 32.98%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#705D4D (or 0x705D4D) is known color: Domino. HEX triplet: 70, 5D and 4D. RGB value is (112,93,77). Sum of RGB (Red+Green+Blue) = 112+93+77=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 93 (36.72% from 255 or 32.98% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 112 - color contains mainly: red. Hex color #705D4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705D4D is #8FA2B2. Grayscale: #606060. Windows color (decimal): -9413299 or 5070192. OLE color: 5070192.

HSL color Cylindrical-coordinate representation of color #705D4D: hue angle of 27.43º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #705D4D is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 93 77 -
CMYK 0 0.17 0.31 0.56
HSL 27.43º 0.19% 0.37% -
HSV(B) 27.43º 0.31% 0.44% -
XYZ 11.94 11.81 8.67 -
YUV 96.86 116.79 138.8 -
System Red Green Blue C M Y K H S L
Decimal 112 93 77 0 0.17 0.31 0.56 27.43 0.19 0.37
Hex 70 5D 4D 0 11 1F 38 1B 13 25
Octal 160 135 115 0 21 37 70 33 23 45
Binary 1110000 1011101 1001101 0 10001 11111 111000 11011 10011 100101

Color Harmonies of #705D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705D4D

Black with #705D4D

Text Example


Text Example

White with #705D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705D4D; }

 p { color: rgb(112,93,77); }

 H1.HeaderClassName
 {
   color: #705D4D;
 }
 .AnyTagClassName
 {
   color: #705D4D;
 }
</style>

background-color css

<style>
 a { background-color: #705D4D; }

 a { background-color: rgb(112,93,77); }

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

border-color css

<style>
 span { border-color: #705D4D; }

 span { border-color: rgb(112,93,77); }

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