Html Css Color HEX #72745D Finch

📋 copy color: '#72745D'

red 114 ◦ green 116 ◦ blue 93

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

Shades of Finch #72745D

Tints of Finch #72745D

RGB

 RED value IS 114 (44.92% from 255) = 35.29%

 GREEN value IS 116 (45.7% from 255) = 35.91%

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

R = 35.29%
G = 35.91%
B = 28.79%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#72745D (or 0x72745D) is known color: Finch. HEX triplet: 72, 74 and 5D. RGB value is (114,116,93). Sum of RGB (Red+Green+Blue) = 114+116+93=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 116 - color contains mainly: green. Hex color #72745D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72745D is #8D8BA2. Grayscale: #707070. Windows color (decimal): -9276323 or 6124658. OLE color: 6124658.

HSL color Cylindrical-coordinate representation of color #72745D: hue angle of 65.22º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #72745D is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 116 93 -
CMYK 0.02 0 0.20 0.55
HSL 65.22º 0.11% 0.41% -
HSV(B) 65.22º 0.2% 0.45% -
XYZ 15.16 16.86 12.81 -
YUV 112.78 116.84 128.87 -
System Red Green Blue C M Y K H S L
Decimal 114 116 93 0.02 0 0.20 0.55 65.22 0.11 0.41
Hex 72 74 5D 2 0 14 37 41 B 29
Octal 162 164 135 2 0 24 67 101 13 51
Binary 1110010 1110100 1011101 10 0 10100 110111 1000001 1011 101001

Color Harmonies of #72745D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72745D

Black with #72745D

Text Example


Text Example

White with #72745D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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