Html Css Color HEX #768356 Finch

📋 copy color: '#768356'

red 118 ◦ green 131 ◦ blue 86

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

Shades of Finch #768356

Tints of Finch #768356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 25.67%

R = 35.22%
G = 39.1%
B = 25.67%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#768356 (or 0x768356) is known color: Finch. HEX triplet: 76, 83 and 56. RGB value is (118,131,86). Sum of RGB (Red+Green+Blue) = 118+131+86=335 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.22% from 335); Green value is 131 (51.56% from 255 or 39.10% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 131 - color contains mainly: green. Hex color #768356 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768356 is #897CA9. Grayscale: #7A7A7A. Windows color (decimal): -9010346 or 5669750. OLE color: 5669750.

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

Color convert

RGB 118 131 86 -
CMYK 0.10 0 0.34 0.49
HSL 77.33º 0.21% 0.43% -
HSV(B) 77.33º 0.34% 0.51% -
XYZ 17.27 20.76 11.9 -
YUV 121.98 107.69 125.16 -
System Red Green Blue C M Y K H S L
Decimal 118 131 86 0.10 0 0.34 0.49 77.33 0.21 0.43
Hex 76 83 56 A 0 22 31 4D 15 2B
Octal 166 203 126 12 0 42 61 115 25 53
Binary 1110110 10000011 1010110 1010 0 100010 110001 1001101 10101 101011

Color Harmonies of #768356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768356

Black with #768356

Text Example


Text Example

White with #768356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768356; }

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

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

background-color css

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

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

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

border-color css

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

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

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