Html Css Color HEX #705B4A Domino

📋 copy color: '#705B4A'

red 112 ◦ green 91 ◦ blue 74

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

Shades of Domino #705B4A

Tints of Domino #705B4A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.85%

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

R = 40.43%
G = 32.85%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#705B4A (or 0x705B4A) is known color: Domino. HEX triplet: 70, 5B and 4A. RGB value is (112,91,74). Sum of RGB (Red+Green+Blue) = 112+91+74=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 91 (35.94% from 255 or 32.85% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 112 - color contains mainly: red. Hex color #705B4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705B4A is #8FA4B5. Grayscale: #5F5F5F. Windows color (decimal): -9413814 or 4873072. OLE color: 4873072.

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

Color convert

RGB 112 91 74 -
CMYK 0 0.19 0.34 0.56
HSL 26.84º 0.2% 0.36% -
HSV(B) 26.84º 0.34% 0.44% -
XYZ 11.66 11.42 8.07 -
YUV 95.34 115.96 139.88 -
System Red Green Blue C M Y K H S L
Decimal 112 91 74 0 0.19 0.34 0.56 26.84 0.2 0.36
Hex 70 5B 4A 0 13 22 38 1B 14 24
Octal 160 133 112 0 23 42 70 33 24 44
Binary 1110000 1011011 1001010 0 10011 100010 111000 11011 10100 100100

Color Harmonies of #705B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705B4A

Black with #705B4A

Text Example


Text Example

White with #705B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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