Html Css Color HEX #705B4C Domino

📋 copy color: '#705B4C'

red 112 ◦ green 91 ◦ blue 76

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

Shades of Domino #705B4C

Tints of Domino #705B4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 27.24%

R = 40.14%
G = 32.62%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#705B4C (or 0x705B4C) is known color: Domino. HEX triplet: 70, 5B and 4C. RGB value is (112,91,76). Sum of RGB (Red+Green+Blue) = 112+91+76=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 112 - color contains mainly: red. Hex color #705B4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705B4C is #8FA4B3. Grayscale: #5F5F5F. Windows color (decimal): -9413812 or 5004144. OLE color: 5004144.

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

Color convert

RGB 112 91 76 -
CMYK 0 0.19 0.32 0.56
HSL 25º 0.19% 0.37% -
HSV(B) 25º 0.32% 0.44% -
XYZ 11.73 11.45 8.43 -
YUV 95.57 116.96 139.72 -
System Red Green Blue C M Y K H S L
Decimal 112 91 76 0 0.19 0.32 0.56 25 0.19 0.37
Hex 70 5B 4C 0 13 20 38 19 13 25
Octal 160 133 114 0 23 40 70 31 23 45
Binary 1110000 1011011 1001100 0 10011 100000 111000 11001 10011 100101

Color Harmonies of #705B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705B4C

Black with #705B4C

Text Example


Text Example

White with #705B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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