Html Css Color HEX #715E4D Domino

📋 copy color: '#715E4D'

red 113 ◦ green 94 ◦ blue 77

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

Shades of Domino #715E4D

Tints of Domino #715E4D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.1%

 BLUE value IS 77 (30.47% from 255) = 27.11%

R = 39.79%
G = 33.1%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#715E4D (or 0x715E4D) is known color: Domino. HEX triplet: 71, 5E and 4D. RGB value is (113,94,77). Sum of RGB (Red+Green+Blue) = 113+94+77=284 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.79% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 113 - color contains mainly: red. Hex color #715E4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715E4D is #8EA1B2. Grayscale: #616161. Windows color (decimal): -9347507 or 5070449. OLE color: 5070449.

HSL color Cylindrical-coordinate representation of color #715E4D: hue angle of 28.33º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #715E4D is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 94 77 -
CMYK 0 0.17 0.32 0.56
HSL 28.33º 0.19% 0.37% -
HSV(B) 28.33º 0.32% 0.44% -
XYZ 12.15 12.05 8.71 -
YUV 97.74 116.29 138.88 -
System Red Green Blue C M Y K H S L
Decimal 113 94 77 0 0.17 0.32 0.56 28.33 0.19 0.37
Hex 71 5E 4D 0 11 20 38 1C 13 25
Octal 161 136 115 0 21 40 70 34 23 45
Binary 1110001 1011110 1001101 0 10001 100000 111000 11100 10011 100101

Color Harmonies of #715E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715E4D

Black with #715E4D

Text Example


Text Example

White with #715E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715E4D; }

 p { color: rgb(113,94,77); }

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

background-color css

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

 a { background-color: rgb(113,94,77); }

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

border-color css

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

 span { border-color: rgb(113,94,77); }

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