#706762

Color #706762 Dorado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dorado #706762

Tints of Dorado #706762

Color information

#706762 (or 0x706762) is unknown color: approx Dorado. HEX triplet: 70, 67 and 62. RGB value is (112,103,98). Sum of RGB (Red+Green+Blue) = 112+103+98=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 98 (38.67% from 255 or 31.31% from 313); Max value from RGB is 112 - color contains mainly: red. Hex color #706762 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706762 is #8F989D. Grayscale: #696969. Windows color (decimal): -9410718 or 6449008. OLE color: 6449008.

HSL color Cylindrical-coordinate representation of color #706762: hue angle of 21.43º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #706762 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB11210398-
CMYK00.080.130.56
HSL21.43º6.67%41.18%-
HSV(B)21.43º12.5%43.92%-
XYZ13.7414.0313.54-
YUV105.12123.98132.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.78%
GREEN value IS 103 (40.62% from 255) = 32.91%
BLUE value IS 98 (38.67% from 255) = 31.31%
R=35.78%
G=32.91%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121039800.080.130.5621.436.6741.18
Hex70676208D3815729
Octal160147142010157025751
Binary11100001100111110001001000110111100010101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706762; }

 p { color: rgb(112,103,98); }

 H1.HeaderClassName
 {
   color: #706762;
 }
 .AnyTagClassName
 {
   color: #706762;
 }
</style>
background-color css

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

 a { background-color: rgb(112,103,98); }

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

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

 span { border-color: rgb(112,103,98); }

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