Html Css Color HEX #706057 Dorado

📋 copy color: '#706057'

red 112 ◦ green 96 ◦ blue 87

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

Shades of Dorado #706057

Tints of Dorado #706057

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.54%

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

R = 37.97%
G = 32.54%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#706057 (or 0x706057) is known color: Dorado. HEX triplet: 70, 60 and 57. RGB value is (112,96,87). Sum of RGB (Red+Green+Blue) = 112+96+87=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 87 (34.38% from 255 or 29.49% from 295); Max value from RGB is 112 - color contains mainly: red. Hex color #706057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706057 is #8F9FA8. Grayscale: #636363. Windows color (decimal): -9412521 or 5726320. OLE color: 5726320.

HSL color Cylindrical-coordinate representation of color #706057: hue angle of 21.6º 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 #706057 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 96 87 -
CMYK 0 0.14 0.22 0.56
HSL 21.6º 0.13% 0.39% -
HSV(B) 21.6º 0.22% 0.44% -
XYZ 12.59 12.5 10.77 -
YUV 99.76 120.8 136.73 -
System Red Green Blue C M Y K H S L
Decimal 112 96 87 0 0.14 0.22 0.56 21.6 0.13 0.39
Hex 70 60 57 0 E 16 38 16 D 27
Octal 160 140 127 0 16 26 70 26 15 47
Binary 1110000 1100000 1010111 0 1110 10110 111000 10110 1101 100111

Color Harmonies of #706057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706057

Black with #706057

Text Example


Text Example

White with #706057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706057; }

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

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

background-color css

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

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

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

border-color css

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

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

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