Html Css Color HEX #768349 Finch

📋 copy color: '#768349'

red 118 ◦ green 131 ◦ blue 73

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

Shades of Finch #768349

Tints of Finch #768349

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.68%

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

R = 36.65%
G = 40.68%
B = 22.67%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#768349 (or 0x768349) is known color: Finch. HEX triplet: 76, 83 and 49. RGB value is (118,131,73). Sum of RGB (Red+Green+Blue) = 118+131+73=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 131 (51.56% from 255 or 40.68% from 322); Blue value is 73 (28.91% from 255 or 22.67% from 322); Max value from RGB is 131 - color contains mainly: green. Hex color #768349 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768349 is #897CB6. Grayscale: #787878. Windows color (decimal): -9010359 or 4817782. OLE color: 4817782.

HSL color Cylindrical-coordinate representation of color #768349: hue angle of 73.45º 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 #768349 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 131 73 -
CMYK 0.10 0 0.44 0.49
HSL 73.45º 0.28% 0.4% -
HSV(B) 73.45º 0.44% 0.51% -
XYZ 16.79 20.57 9.39 -
YUV 120.5 101.19 126.22 -
System Red Green Blue C M Y K H S L
Decimal 118 131 73 0.10 0 0.44 0.49 73.45 0.28 0.4
Hex 76 83 49 A 0 2C 31 49 1C 28
Octal 166 203 111 12 0 54 61 111 34 50
Binary 1110110 10000011 1001001 1010 0 101100 110001 1001001 11100 101000

Color Harmonies of #768349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768349

Black with #768349

Text Example


Text Example

White with #768349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768349; }

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

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

background-color css

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

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

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

border-color css

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

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

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