Html Css Color HEX #70625A Dorado

📋 copy color: '#70625A'

red 112 ◦ green 98 ◦ blue 90

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

Shades of Dorado #70625A

Tints of Dorado #70625A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.67%

 BLUE value IS 90 (35.55% from 255) = 30%

R = 37.33%
G = 32.67%
B = 30%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#70625A (or 0x70625A) is known color: Dorado. HEX triplet: 70, 62 and 5A. RGB value is (112,98,90). Sum of RGB (Red+Green+Blue) = 112+98+90=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 98 (38.67% from 255 or 32.67% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 112 - color contains mainly: red. Hex color #70625A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70625A is #8F9DA5. Grayscale: #656565. Windows color (decimal): -9412006 or 5923440. OLE color: 5923440.

HSL color Cylindrical-coordinate representation of color #70625A: hue angle of 21.82º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #70625A is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 98 90 -
CMYK 0 0.13 0.20 0.56
HSL 21.82º 0.11% 0.4% -
HSV(B) 21.82º 0.2% 0.44% -
XYZ 12.9 12.92 11.49 -
YUV 101.27 121.64 135.65 -
System Red Green Blue C M Y K H S L
Decimal 112 98 90 0 0.13 0.20 0.56 21.82 0.11 0.4
Hex 70 62 5A 0 D 14 38 16 B 28
Octal 160 142 132 0 15 24 70 26 13 50
Binary 1110000 1100010 1011010 0 1101 10100 111000 10110 1011 101000

Color Harmonies of #70625A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70625A

Black with #70625A

Text Example


Text Example

White with #70625A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70625A; }

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

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

background-color css

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

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

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

border-color css

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

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

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