Html Css Color HEX #71725D Finch

📋 copy color: '#71725D'

red 113 ◦ green 114 ◦ blue 93

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

Shades of Finch #71725D

Tints of Finch #71725D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.63%

 BLUE value IS 93 (36.72% from 255) = 29.06%

R = 35.31%
G = 35.63%
B = 29.06%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#71725D (or 0x71725D) is known color: Finch. HEX triplet: 71, 72 and 5D. RGB value is (113,114,93). Sum of RGB (Red+Green+Blue) = 113+114+93=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 114 - color contains mainly: green. Hex color #71725D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71725D is #8E8DA2. Grayscale: #6F6F6F. Windows color (decimal): -9342371 or 6124145. OLE color: 6124145.

HSL color Cylindrical-coordinate representation of color #71725D: hue angle of 62.86º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #71725D is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 114 93 -
CMYK 0.01 0 0.18 0.55
HSL 62.86º 0.1% 0.41% -
HSV(B) 62.86º 0.18% 0.45% -
XYZ 14.8 16.34 12.73 -
YUV 111.31 117.67 129.21 -
System Red Green Blue C M Y K H S L
Decimal 113 114 93 0.01 0 0.18 0.55 62.86 0.1 0.41
Hex 71 72 5D 1 0 12 37 3F A 29
Octal 161 162 135 1 0 22 67 77 12 51
Binary 1110001 1110010 1011101 1 0 10010 110111 111111 1010 101001

Color Harmonies of #71725D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71725D

Black with #71725D

Text Example


Text Example

White with #71725D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71725D; }

 p { color: rgb(113,114,93); }

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

background-color css

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

 a { background-color: rgb(113,114,93); }

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

border-color css

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

 span { border-color: rgb(113,114,93); }

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