Html Css Color HEX #716761 Dorado

📋 copy color: '#716761'

red 113 ◦ green 103 ◦ blue 97

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

Shades of Dorado #716761

Tints of Dorado #716761

RGB

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

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

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

R = 36.1%
G = 32.91%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#716761 (or 0x716761) is known color: Dorado. HEX triplet: 71, 67 and 61. RGB value is (113,103,97). Sum of RGB (Red+Green+Blue) = 113+103+97=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 113 - color contains mainly: red. Hex color #716761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716761 is #8E989E. Grayscale: #696969. Windows color (decimal): -9345183 or 6383473. OLE color: 6383473.

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

Color convert

RGB 113 103 97 -
CMYK 0 0.09 0.14 0.56
HSL 22.5º 0.08% 0.41% -
HSV(B) 22.5º 0.14% 0.44% -
XYZ 13.82 14.07 13.3 -
YUV 105.31 123.31 133.49 -
System Red Green Blue C M Y K H S L
Decimal 113 103 97 0 0.09 0.14 0.56 22.5 0.08 0.41
Hex 71 67 61 0 9 E 38 16 8 29
Octal 161 147 141 0 11 16 70 26 10 51
Binary 1110001 1100111 1100001 0 1001 1110 111000 10110 1000 101001

Color Harmonies of #716761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716761

Black with #716761

Text Example


Text Example

White with #716761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716761; }

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

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

background-color css

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

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

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

border-color css

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

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

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