Html Css Color HEX #716058 Dorado

📋 copy color: '#716058'

red 113 ◦ green 96 ◦ blue 88

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

Shades of Dorado #716058

Tints of Dorado #716058

RGB

 RED value IS 113 (44.53% from 255) = 38.05%

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

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

R = 38.05%
G = 32.32%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#716058 (or 0x716058) is known color: Dorado. HEX triplet: 71, 60 and 58. RGB value is (113,96,88). Sum of RGB (Red+Green+Blue) = 113+96+88=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 88 (34.77% from 255 or 29.63% from 297); Max value from RGB is 113 - color contains mainly: red. Hex color #716058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716058 is #8E9FA7. Grayscale: #646464. Windows color (decimal): -9346984 or 5791857. OLE color: 5791857.

HSL color Cylindrical-coordinate representation of color #716058: hue angle of 19.2º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #716058 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 96 88 -
CMYK 0 0.15 0.22 0.56
HSL 19.2º 0.12% 0.39% -
HSV(B) 19.2º 0.22% 0.44% -
XYZ 12.75 12.58 10.99 -
YUV 100.17 121.13 137.15 -
System Red Green Blue C M Y K H S L
Decimal 113 96 88 0 0.15 0.22 0.56 19.2 0.12 0.39
Hex 71 60 58 0 F 16 38 13 C 27
Octal 161 140 130 0 17 26 70 23 14 47
Binary 1110001 1100000 1011000 0 1111 10110 111000 10011 1100 100111

Color Harmonies of #716058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716058

Black with #716058

Text Example


Text Example

White with #716058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716058; }

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

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

background-color css

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

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

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

border-color css

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

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

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