Html Css Color HEX #768049 Finch

📋 copy color: '#768049'

red 118 ◦ green 128 ◦ blue 73

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

Shades of Finch #768049

Tints of Finch #768049

RGB

 RED value IS 118 (46.48% from 255) = 36.99%

 GREEN value IS 128 (50.39% from 255) = 40.13%

 BLUE value IS 73 (28.91% from 255) = 22.88%

R = 36.99%
G = 40.13%
B = 22.88%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.43

 K value IS 0.50

RGB Variations

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

Color information

#768049 (or 0x768049) is known color: Finch. HEX triplet: 76, 80 and 49. RGB value is (118,128,73). Sum of RGB (Red+Green+Blue) = 118+128+73=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 128 (50.39% from 255 or 40.13% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 128 - color contains mainly: green. Hex color #768049 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768049 is #897FB6. Grayscale: #767676. Windows color (decimal): -9011127 or 4817014. OLE color: 4817014.

HSL color Cylindrical-coordinate representation of color #768049: hue angle of 70.91º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #768049 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 128 73 -
CMYK 0.08 0 0.43 0.50
HSL 70.91º 0.27% 0.39% -
HSV(B) 70.91º 0.43% 0.5% -
XYZ 16.39 19.77 9.26 -
YUV 118.74 102.19 127.47 -
System Red Green Blue C M Y K H S L
Decimal 118 128 73 0.08 0 0.43 0.50 70.91 0.27 0.39
Hex 76 80 49 8 0 2B 32 47 1B 27
Octal 166 200 111 10 0 53 62 107 33 47
Binary 1110110 10000000 1001001 1000 0 101011 110010 1000111 11011 100111

Color Harmonies of #768049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768049

Black with #768049

Text Example


Text Example

White with #768049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768049; }

 p { color: rgb(118,128,73); }

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

background-color css

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

 a { background-color: rgb(118,128,73); }

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

border-color css

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

 span { border-color: rgb(118,128,73); }

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