Html Css Color HEX #73764A Finch

📋 copy color: '#73764A'

red 115 ◦ green 118 ◦ blue 74

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

Shades of Finch #73764A

Tints of Finch #73764A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.44%

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

R = 37.46%
G = 38.44%
B = 24.1%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#73764A (or 0x73764A) is known color: Finch. HEX triplet: 73, 76 and 4A. RGB value is (115,118,74). Sum of RGB (Red+Green+Blue) = 115+118+74=307 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.46% from 307); Green value is 118 (46.48% from 255 or 38.44% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 118 - color contains mainly: green. Hex color #73764A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73764A is #8C89B5. Grayscale: #707070. Windows color (decimal): -9210294 or 4879987. OLE color: 4879987.

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

Color convert

RGB 115 118 74 -
CMYK 0.03 0 0.37 0.54
HSL 64.09º 0.23% 0.38% -
HSV(B) 64.09º 0.37% 0.46% -
XYZ 14.78 17.1 9 -
YUV 112.09 106.51 130.08 -
System Red Green Blue C M Y K H S L
Decimal 115 118 74 0.03 0 0.37 0.54 64.09 0.23 0.38
Hex 73 76 4A 3 0 25 36 40 17 26
Octal 163 166 112 3 0 45 66 100 27 46
Binary 1110011 1110110 1001010 11 0 100101 110110 1000000 10111 100110

Color Harmonies of #73764A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73764A

Black with #73764A

Text Example


Text Example

White with #73764A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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