Html Css Color HEX #706761 Dorado

📋 copy color: '#706761'

red 112 ◦ green 103 ◦ blue 97

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

Shades of Dorado #706761

Tints of Dorado #706761

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.01%

 BLUE value IS 97 (38.28% from 255) = 31.09%

R = 35.9%
G = 33.01%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#706761 (or 0x706761) is known color: Dorado. HEX triplet: 70, 67 and 61. RGB value is (112,103,97). Sum of RGB (Red+Green+Blue) = 112+103+97=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 112 - color contains mainly: red. Hex color #706761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706761 is #8F989E. Grayscale: #696969. Windows color (decimal): -9410719 or 6383472. OLE color: 6383472.

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

Color convert

RGB 112 103 97 -
CMYK 0 0.08 0.13 0.56
HSL 24º 0.07% 0.41% -
HSV(B) 24º 0.13% 0.44% -
XYZ 13.69 14.01 13.29 -
YUV 105.01 123.48 132.99 -
System Red Green Blue C M Y K H S L
Decimal 112 103 97 0 0.08 0.13 0.56 24 0.07 0.41
Hex 70 67 61 0 8 D 38 18 7 29
Octal 160 147 141 0 10 15 70 30 7 51
Binary 1110000 1100111 1100001 0 1000 1101 111000 11000 111 101001

Color Harmonies of #706761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706761

Black with #706761

Text Example


Text Example

White with #706761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706761; }

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

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

background-color css

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

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

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

border-color css

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

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

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