Html Css Color HEX #768347 Finch

📋 copy color: '#768347'

red 118 ◦ green 131 ◦ blue 71

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

Shades of Finch #768347

Tints of Finch #768347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.19%

R = 36.88%
G = 40.94%
B = 22.19%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#768347 (or 0x768347) is known color: Finch. HEX triplet: 76, 83 and 47. RGB value is (118,131,71). Sum of RGB (Red+Green+Blue) = 118+131+71=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 131 (51.56% from 255 or 40.94% from 320); Blue value is 71 (28.12% from 255 or 22.19% from 320); Max value from RGB is 131 - color contains mainly: green. Hex color #768347 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768347 is #897CB8. Grayscale: #787878. Windows color (decimal): -9010361 or 4686710. OLE color: 4686710.

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

Color convert

RGB 118 131 71 -
CMYK 0.10 0 0.46 0.49
HSL 73º 0.3% 0.4% -
HSV(B) 73º 0.46% 0.51% -
XYZ 16.72 20.54 9.04 -
YUV 120.27 100.19 126.38 -
System Red Green Blue C M Y K H S L
Decimal 118 131 71 0.10 0 0.46 0.49 73 0.3 0.4
Hex 76 83 47 A 0 2E 31 49 1E 28
Octal 166 203 107 12 0 56 61 111 36 50
Binary 1110110 10000011 1000111 1010 0 101110 110001 1001001 11110 101000

Color Harmonies of #768347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768347

Black with #768347

Text Example


Text Example

White with #768347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768347; }

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

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

background-color css

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

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

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

border-color css

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

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

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