Html Css Color HEX #72745C Finch

📋 copy color: '#72745C'

red 114 ◦ green 116 ◦ blue 92

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

Shades of Finch #72745C

Tints of Finch #72745C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.57%

R = 35.4%
G = 36.02%
B = 28.57%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#72745C (or 0x72745C) is known color: Finch. HEX triplet: 72, 74 and 5C. RGB value is (114,116,92). Sum of RGB (Red+Green+Blue) = 114+116+92=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 92 (36.33% from 255 or 28.57% from 322); Max value from RGB is 116 - color contains mainly: green. Hex color #72745C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72745C is #8D8BA3. Grayscale: #707070. Windows color (decimal): -9276324 or 6059122. OLE color: 6059122.

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

Color convert

RGB 114 116 92 -
CMYK 0.02 0 0.21 0.55
HSL 65º 0.12% 0.41% -
HSV(B) 65º 0.21% 0.45% -
XYZ 15.12 16.84 12.58 -
YUV 112.67 116.34 128.95 -
System Red Green Blue C M Y K H S L
Decimal 114 116 92 0.02 0 0.21 0.55 65 0.12 0.41
Hex 72 74 5C 2 0 15 37 41 C 29
Octal 162 164 134 2 0 25 67 101 14 51
Binary 1110010 1110100 1011100 10 0 10101 110111 1000001 1100 101001

Color Harmonies of #72745C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72745C

Black with #72745C

Text Example


Text Example

White with #72745C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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