Html Css Color HEX #705F58 Dorado

📋 copy color: '#705F58'

red 112 ◦ green 95 ◦ blue 88

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

Shades of Dorado #705F58

Tints of Dorado #705F58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 29.83%

R = 37.97%
G = 32.2%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#705F58 (or 0x705F58) is known color: Dorado. HEX triplet: 70, 5F and 58. RGB value is (112,95,88). Sum of RGB (Red+Green+Blue) = 112+95+88=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 95 (37.5% from 255 or 32.20% from 295); Blue value is 88 (34.77% from 255 or 29.83% from 295); Max value from RGB is 112 - color contains mainly: red. Hex color #705F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705F58 is #8FA0A7. Grayscale: #636363. Windows color (decimal): -9412776 or 5791600. OLE color: 5791600.

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

Color convert

RGB 112 95 88 -
CMYK 0 0.15 0.21 0.56
HSL 17.5º 0.12% 0.39% -
HSV(B) 17.5º 0.21% 0.44% -
XYZ 12.54 12.33 10.95 -
YUV 99.29 121.63 137.07 -
System Red Green Blue C M Y K H S L
Decimal 112 95 88 0 0.15 0.21 0.56 17.5 0.12 0.39
Hex 70 5F 58 0 F 15 38 12 C 27
Octal 160 137 130 0 17 25 70 22 14 47
Binary 1110000 1011111 1011000 0 1111 10101 111000 10010 1100 100111

Color Harmonies of #705F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705F58

Black with #705F58

Text Example


Text Example

White with #705F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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