Html Css Color HEX #716157 Dorado

📋 copy color: '#716157'

red 113 ◦ green 97 ◦ blue 87

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

Shades of Dorado #716157

Tints of Dorado #716157

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.66%

 BLUE value IS 87 (34.38% from 255) = 29.29%

R = 38.05%
G = 32.66%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#716157 (or 0x716157) is known color: Dorado. HEX triplet: 71, 61 and 57. RGB value is (113,97,87). Sum of RGB (Red+Green+Blue) = 113+97+87=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 87 (34.38% from 255 or 29.29% from 297); Max value from RGB is 113 - color contains mainly: red. Hex color #716157 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716157 is #8E9EA8. Grayscale: #646464. Windows color (decimal): -9346729 or 5726577. OLE color: 5726577.

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

Color convert

RGB 113 97 87 -
CMYK 0 0.14 0.23 0.56
HSL 23.08º 0.13% 0.39% -
HSV(B) 23.08º 0.23% 0.44% -
XYZ 12.81 12.75 10.8 -
YUV 100.64 120.3 136.81 -
System Red Green Blue C M Y K H S L
Decimal 113 97 87 0 0.14 0.23 0.56 23.08 0.13 0.39
Hex 71 61 57 0 E 17 38 17 D 27
Octal 161 141 127 0 16 27 70 27 15 47
Binary 1110001 1100001 1010111 0 1110 10111 111000 10111 1101 100111

Color Harmonies of #716157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716157

Black with #716157

Text Example


Text Example

White with #716157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716157; }

 p { color: rgb(113,97,87); }

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

background-color css

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

 a { background-color: rgb(113,97,87); }

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

border-color css

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

 span { border-color: rgb(113,97,87); }

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