Html Css Color HEX #715C4D Domino

📋 copy color: '#715C4D'

red 113 ◦ green 92 ◦ blue 77

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

Shades of Domino #715C4D

Tints of Domino #715C4D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.62%

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

R = 40.07%
G = 32.62%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#715C4D (or 0x715C4D) is known color: Domino. HEX triplet: 71, 5C and 4D. RGB value is (113,92,77). Sum of RGB (Red+Green+Blue) = 113+92+77=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 113 - color contains mainly: red. Hex color #715C4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715C4D is #8EA3B2. Grayscale: #606060. Windows color (decimal): -9348019 or 5069937. OLE color: 5069937.

HSL color Cylindrical-coordinate representation of color #715C4D: hue angle of 25º 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 #715C4D is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 92 77 -
CMYK 0 0.19 0.32 0.56
HSL 25º 0.19% 0.37% -
HSV(B) 25º 0.32% 0.44% -
XYZ 11.98 11.7 8.65 -
YUV 96.57 116.96 139.72 -
System Red Green Blue C M Y K H S L
Decimal 113 92 77 0 0.19 0.32 0.56 25 0.19 0.37
Hex 71 5C 4D 0 13 20 38 19 13 25
Octal 161 134 115 0 23 40 70 31 23 45
Binary 1110001 1011100 1001101 0 10011 100000 111000 11001 10011 100101

Color Harmonies of #715C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715C4D

Black with #715C4D

Text Example


Text Example

White with #715C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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