Html Css Color HEX #768249 Finch

📋 copy color: '#768249'

red 118 ◦ green 130 ◦ blue 73

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

Shades of Finch #768249

Tints of Finch #768249

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.5%

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

R = 36.76%
G = 40.5%
B = 22.74%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#768249 (or 0x768249) is known color: Finch. HEX triplet: 76, 82 and 49. RGB value is (118,130,73). Sum of RGB (Red+Green+Blue) = 118+130+73=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 73 (28.91% from 255 or 22.74% from 321); Max value from RGB is 130 - color contains mainly: green. Hex color #768249 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768249 is #897DB6. Grayscale: #787878. Windows color (decimal): -9010615 or 4817526. OLE color: 4817526.

HSL color Cylindrical-coordinate representation of color #768249: hue angle of 72.63º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #768249 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 130 73 -
CMYK 0.09 0 0.44 0.49
HSL 72.63º 0.28% 0.4% -
HSV(B) 72.63º 0.44% 0.51% -
XYZ 16.66 20.3 9.34 -
YUV 119.91 101.52 126.63 -
System Red Green Blue C M Y K H S L
Decimal 118 130 73 0.09 0 0.44 0.49 72.63 0.28 0.4
Hex 76 82 49 9 0 2C 31 49 1C 28
Octal 166 202 111 11 0 54 61 111 34 50
Binary 1110110 10000010 1001001 1001 0 101100 110001 1001001 11100 101000

Color Harmonies of #768249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768249

Black with #768249

Text Example


Text Example

White with #768249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768249; }

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

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

background-color css

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

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

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

border-color css

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

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

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