Html Css Color HEX #73745F Finch

📋 copy color: '#73745F'

red 115 ◦ green 116 ◦ blue 95

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

Shades of Finch #73745F

Tints of Finch #73745F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.14%

R = 35.28%
G = 35.58%
B = 29.14%

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

#73745F (or 0x73745F) is known color: Finch. HEX triplet: 73, 74 and 5F. RGB value is (115,116,95). Sum of RGB (Red+Green+Blue) = 115+116+95=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 116 - color contains mainly: green. Hex color #73745F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73745F is #8C8BA0. Grayscale: #717171. Windows color (decimal): -9210785 or 6255731. OLE color: 6255731.

HSL color Cylindrical-coordinate representation of color #73745F: 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 #73745F is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 116 95 -
CMYK 0.01 0 0.18 0.55
HSL 62.86º 0.1% 0.41% -
HSV(B) 62.86º 0.18% 0.45% -
XYZ 15.38 16.96 13.29 -
YUV 113.31 117.67 129.21 -
System Red Green Blue C M Y K H S L
Decimal 115 116 95 0.01 0 0.18 0.55 62.86 0.1 0.41
Hex 73 74 5F 1 0 12 37 3F A 29
Octal 163 164 137 1 0 22 67 77 12 51
Binary 1110011 1110100 1011111 1 0 10010 110111 111111 1010 101001

Color Harmonies of #73745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73745F

Black with #73745F

Text Example


Text Example

White with #73745F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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