Html Css Color HEX #705A4D Domino

📋 copy color: '#705A4D'

red 112 ◦ green 90 ◦ blue 77

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

Shades of Domino #705A4D

Tints of Domino #705A4D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.26%

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

R = 40.14%
G = 32.26%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#705A4D (or 0x705A4D) is known color: Domino. HEX triplet: 70, 5A and 4D. RGB value is (112,90,77). Sum of RGB (Red+Green+Blue) = 112+90+77=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 112 - color contains mainly: red. Hex color #705A4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705A4D is #8FA5B2. Grayscale: #5F5F5F. Windows color (decimal): -9414067 or 5069424. OLE color: 5069424.

HSL color Cylindrical-coordinate representation of color #705A4D: hue angle of 22.29º 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 #705A4D is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 90 77 -
CMYK 0 0.20 0.31 0.56
HSL 22.29º 0.19% 0.37% -
HSV(B) 22.29º 0.31% 0.44% -
XYZ 11.68 11.29 8.59 -
YUV 95.1 117.79 140.06 -
System Red Green Blue C M Y K H S L
Decimal 112 90 77 0 0.20 0.31 0.56 22.29 0.19 0.37
Hex 70 5A 4D 0 14 1F 38 16 13 25
Octal 160 132 115 0 24 37 70 26 23 45
Binary 1110000 1011010 1001101 0 10100 11111 111000 10110 10011 100101

Color Harmonies of #705A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705A4D

Black with #705A4D

Text Example


Text Example

White with #705A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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