Html Css Color HEX #705E57 Dorado

📋 copy color: '#705E57'

red 112 ◦ green 94 ◦ blue 87

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

Shades of Dorado #705E57

Tints of Dorado #705E57

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.08%

 BLUE value IS 87 (34.38% from 255) = 29.69%

R = 38.23%
G = 32.08%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#705E57 (or 0x705E57) is known color: Dorado. HEX triplet: 70, 5E and 57. RGB value is (112,94,87). Sum of RGB (Red+Green+Blue) = 112+94+87=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 94 (37.11% from 255 or 32.08% from 293); Blue value is 87 (34.38% from 255 or 29.69% from 293); Max value from RGB is 112 - color contains mainly: red. Hex color #705E57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705E57 is #8FA1A8. Grayscale: #626262. Windows color (decimal): -9413033 or 5725808. OLE color: 5725808.

HSL color Cylindrical-coordinate representation of color #705E57: hue angle of 16.8º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #705E57 is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 94 87 -
CMYK 0 0.16 0.22 0.56
HSL 16.8º 0.13% 0.39% -
HSV(B) 16.8º 0.22% 0.44% -
XYZ 12.41 12.14 10.71 -
YUV 98.58 121.46 137.57 -
System Red Green Blue C M Y K H S L
Decimal 112 94 87 0 0.16 0.22 0.56 16.8 0.13 0.39
Hex 70 5E 57 0 10 16 38 11 D 27
Octal 160 136 127 0 20 26 70 21 15 47
Binary 1110000 1011110 1010111 0 10000 10110 111000 10001 1101 100111

Color Harmonies of #705E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705E57

Black with #705E57

Text Example


Text Example

White with #705E57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,94,87); }

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

background-color css

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

 a { background-color: rgb(112,94,87); }

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

border-color css

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

 span { border-color: rgb(112,94,87); }

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