Html Css Color HEX #73774A Finch

📋 copy color: '#73774A'

red 115 ◦ green 119 ◦ blue 74

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

Shades of Finch #73774A

Tints of Finch #73774A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.64%

 BLUE value IS 74 (29.3% from 255) = 24.03%

R = 37.34%
G = 38.64%
B = 24.03%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#73774A (or 0x73774A) is known color: Finch. HEX triplet: 73, 77 and 4A. RGB value is (115,119,74). Sum of RGB (Red+Green+Blue) = 115+119+74=308 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.34% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 119 - color contains mainly: green. Hex color #73774A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73774A is #8C88B5. Grayscale: #707070. Windows color (decimal): -9210038 or 4880243. OLE color: 4880243.

HSL color Cylindrical-coordinate representation of color #73774A: hue angle of 65.33º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #73774A is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB 115 119 74 -
CMYK 0.03 0 0.38 0.53
HSL 65.33º 0.23% 0.38% -
HSV(B) 65.33º 0.38% 0.47% -
XYZ 14.9 17.33 9.04 -
YUV 112.67 106.17 129.66 -
System Red Green Blue C M Y K H S L
Decimal 115 119 74 0.03 0 0.38 0.53 65.33 0.23 0.38
Hex 73 77 4A 3 0 26 35 41 17 26
Octal 163 167 112 3 0 46 65 101 27 46
Binary 1110011 1110111 1001010 11 0 100110 110101 1000001 10111 100110

Color Harmonies of #73774A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73774A

Black with #73774A

Text Example


Text Example

White with #73774A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73774A; }

 p { color: rgb(115,119,74); }

 H1.HeaderClassName
 {
   color: #73774A;
 }
 .AnyTagClassName
 {
   color: #73774A;
 }
</style>

background-color css

<style>
 a { background-color: #73774A; }

 a { background-color: rgb(115,119,74); }

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

border-color css

<style>
 span { border-color: #73774A; }

 span { border-color: rgb(115,119,74); }

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