Html Css Color HEX #706058 Dorado

📋 copy color: '#706058'

red 112 ◦ green 96 ◦ blue 88

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

Shades of Dorado #706058

Tints of Dorado #706058

RGB

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

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

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

R = 37.84%
G = 32.43%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#706058 (or 0x706058) is known color: Dorado. HEX triplet: 70, 60 and 58. RGB value is (112,96,88). Sum of RGB (Red+Green+Blue) = 112+96+88=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 96 (37.89% from 255 or 32.43% from 296); Blue value is 88 (34.77% from 255 or 29.73% from 296); Max value from RGB is 112 - color contains mainly: red. Hex color #706058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706058 is #8F9FA7. Grayscale: #636363. Windows color (decimal): -9412520 or 5791856. OLE color: 5791856.

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

Color convert

RGB 112 96 88 -
CMYK 0 0.14 0.21 0.56
HSL 20º 0.12% 0.39% -
HSV(B) 20º 0.21% 0.44% -
XYZ 12.63 12.52 10.98 -
YUV 99.87 121.3 136.65 -
System Red Green Blue C M Y K H S L
Decimal 112 96 88 0 0.14 0.21 0.56 20 0.12 0.39
Hex 70 60 58 0 E 15 38 14 C 27
Octal 160 140 130 0 16 25 70 24 14 47
Binary 1110000 1100000 1011000 0 1110 10101 111000 10100 1100 100111

Color Harmonies of #706058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706058

Black with #706058

Text Example


Text Example

White with #706058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706058; }

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

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

background-color css

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

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

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

border-color css

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

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

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