Html Css Color HEX #72745E Finch

📋 copy color: '#72745E'

red 114 ◦ green 116 ◦ blue 94

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

Shades of Finch #72745E

Tints of Finch #72745E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.01%

R = 35.19%
G = 35.8%
B = 29.01%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#72745E (or 0x72745E) is known color: Finch. HEX triplet: 72, 74 and 5E. RGB value is (114,116,94). Sum of RGB (Red+Green+Blue) = 114+116+94=324 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.19% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 116 - color contains mainly: green. Hex color #72745E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72745E is #8D8BA1. Grayscale: #707070. Windows color (decimal): -9276322 or 6190194. OLE color: 6190194.

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

Color convert

RGB 114 116 94 -
CMYK 0.02 0 0.19 0.55
HSL 65.45º 0.1% 0.41% -
HSV(B) 65.45º 0.19% 0.45% -
XYZ 15.21 16.88 13.05 -
YUV 112.89 117.34 128.79 -
System Red Green Blue C M Y K H S L
Decimal 114 116 94 0.02 0 0.19 0.55 65.45 0.1 0.41
Hex 72 74 5E 2 0 13 37 41 A 29
Octal 162 164 136 2 0 23 67 101 12 51
Binary 1110010 1110100 1011110 10 0 10011 110111 1000001 1010 101001

Color Harmonies of #72745E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72745E

Black with #72745E

Text Example


Text Example

White with #72745E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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