Html Css Color HEX #705F57 Dorado

📋 copy color: '#705F57'

red 112 ◦ green 95 ◦ blue 87

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

Shades of Dorado #705F57

Tints of Dorado #705F57

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.31%

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

R = 38.1%
G = 32.31%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#705F57 (or 0x705F57) is known color: Dorado. HEX triplet: 70, 5F and 57. RGB value is (112,95,87). Sum of RGB (Red+Green+Blue) = 112+95+87=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 95 (37.5% from 255 or 32.31% from 294); Blue value is 87 (34.38% from 255 or 29.59% from 294); Max value from RGB is 112 - color contains mainly: red. Hex color #705F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705F57 is #8FA0A8. Grayscale: #636363. Windows color (decimal): -9412777 or 5726064. OLE color: 5726064.

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

Color convert

RGB 112 95 87 -
CMYK 0 0.15 0.22 0.56
HSL 19.2º 0.13% 0.39% -
HSV(B) 19.2º 0.22% 0.44% -
XYZ 12.49 12.32 10.74 -
YUV 99.17 121.13 137.15 -
System Red Green Blue C M Y K H S L
Decimal 112 95 87 0 0.15 0.22 0.56 19.2 0.13 0.39
Hex 70 5F 57 0 F 16 38 13 D 27
Octal 160 137 127 0 17 26 70 23 15 47
Binary 1110000 1011111 1010111 0 1111 10110 111000 10011 1101 100111

Color Harmonies of #705F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705F57

Black with #705F57

Text Example


Text Example

White with #705F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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