Html Css Color HEX #73745B Finch

📋 copy color: '#73745B'

red 115 ◦ green 116 ◦ blue 91

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

Shades of Finch #73745B

Tints of Finch #73745B

RGB

 RED value IS 115 (45.31% from 255) = 35.71%

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

 BLUE value IS 91 (35.94% from 255) = 28.26%

R = 35.71%
G = 36.02%
B = 28.26%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#73745B (or 0x73745B) is known color: Finch. HEX triplet: 73, 74 and 5B. RGB value is (115,116,91). Sum of RGB (Red+Green+Blue) = 115+116+91=322 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.71% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 116 - color contains mainly: green. Hex color #73745B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73745B is #8C8BA4. Grayscale: #707070. Windows color (decimal): -9210789 or 5993587. OLE color: 5993587.

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

Color convert

RGB 115 116 91 -
CMYK 0.01 0 0.22 0.55
HSL 62.4º 0.12% 0.41% -
HSV(B) 62.4º 0.22% 0.45% -
XYZ 15.2 16.89 12.36 -
YUV 112.85 115.67 129.53 -
System Red Green Blue C M Y K H S L
Decimal 115 116 91 0.01 0 0.22 0.55 62.4 0.12 0.41
Hex 73 74 5B 1 0 16 37 3E C 29
Octal 163 164 133 1 0 26 67 76 14 51
Binary 1110011 1110100 1011011 1 0 10110 110111 111110 1100 101001

Color Harmonies of #73745B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73745B

Black with #73745B

Text Example


Text Example

White with #73745B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73745B; }

 p { color: rgb(115,116,91); }

 H1.HeaderClassName
 {
   color: #73745B;
 }
 .AnyTagClassName
 {
   color: #73745B;
 }
</style>

background-color css

<style>
 a { background-color: #73745B; }

 a { background-color: rgb(115,116,91); }

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

border-color css

<style>
 span { border-color: #73745B; }

 span { border-color: rgb(115,116,91); }

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