Html Css Color HEX #705A4E Dorado

📋 copy color: '#705A4E'

red 112 ◦ green 90 ◦ blue 78

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

Shades of Dorado #705A4E

Tints of Dorado #705A4E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.14%

 BLUE value IS 78 (30.86% from 255) = 27.86%

R = 40%
G = 32.14%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#705A4E (or 0x705A4E) is known color: Dorado. HEX triplet: 70, 5A and 4E. RGB value is (112,90,78). Sum of RGB (Red+Green+Blue) = 112+90+78=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 90 (35.55% from 255 or 32.14% from 280); Blue value is 78 (30.86% from 255 or 27.86% from 280); Max value from RGB is 112 - color contains mainly: red. Hex color #705A4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705A4E is #8FA5B1. Grayscale: #5F5F5F. Windows color (decimal): -9414066 or 5134960. OLE color: 5134960.

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

Color convert

RGB 112 90 78 -
CMYK 0 0.20 0.30 0.56
HSL 21.18º 0.18% 0.37% -
HSV(B) 21.18º 0.3% 0.44% -
XYZ 11.71 11.31 8.77 -
YUV 95.21 118.29 139.98 -
System Red Green Blue C M Y K H S L
Decimal 112 90 78 0 0.20 0.30 0.56 21.18 0.18 0.37
Hex 70 5A 4E 0 14 1E 38 15 12 25
Octal 160 132 116 0 24 36 70 25 22 45
Binary 1110000 1011010 1001110 0 10100 11110 111000 10101 10010 100101

Color Harmonies of #705A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705A4E

Black with #705A4E

Text Example


Text Example

White with #705A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,90,78); }

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

background-color css

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

 a { background-color: rgb(112,90,78); }

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

border-color css

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

 span { border-color: rgb(112,90,78); }

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