Html Css Color HEX #705A4A Domino

📋 copy color: '#705A4A'

red 112 ◦ green 90 ◦ blue 74

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

Shades of Domino #705A4A

Tints of Domino #705A4A

RGB

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

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

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

R = 40.58%
G = 32.61%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#705A4A (or 0x705A4A) is known color: Domino. HEX triplet: 70, 5A and 4A. RGB value is (112,90,74). Sum of RGB (Red+Green+Blue) = 112+90+74=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 112 - color contains mainly: red. Hex color #705A4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705A4A is #8FA5B5. Grayscale: #5E5E5E. Windows color (decimal): -9414070 or 4872816. OLE color: 4872816.

HSL color Cylindrical-coordinate representation of color #705A4A: hue angle of 25.26º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #705A4A is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 90 74 -
CMYK 0 0.20 0.34 0.56
HSL 25.26º 0.2% 0.36% -
HSV(B) 25.26º 0.34% 0.44% -
XYZ 11.57 11.25 8.04 -
YUV 94.75 116.29 140.3 -
System Red Green Blue C M Y K H S L
Decimal 112 90 74 0 0.20 0.34 0.56 25.26 0.2 0.36
Hex 70 5A 4A 0 14 22 38 19 14 24
Octal 160 132 112 0 24 42 70 31 24 44
Binary 1110000 1011010 1001010 0 10100 100010 111000 11001 10100 100100

Color Harmonies of #705A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705A4A

Black with #705A4A

Text Example


Text Example

White with #705A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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