Html Css Color HEX #768447 Finch

📋 copy color: '#768447'

red 118 ◦ green 132 ◦ blue 71

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

Shades of Finch #768447

Tints of Finch #768447

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.12%

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

R = 36.76%
G = 41.12%
B = 22.12%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#768447 (or 0x768447) is known color: Finch. HEX triplet: 76, 84 and 47. RGB value is (118,132,71). Sum of RGB (Red+Green+Blue) = 118+132+71=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 132 (51.95% from 255 or 41.12% from 321); Blue value is 71 (28.12% from 255 or 22.12% from 321); Max value from RGB is 132 - color contains mainly: green. Hex color #768447 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768447 is #897BB8. Grayscale: #797979. Windows color (decimal): -9010105 or 4686966. OLE color: 4686966.

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

Color convert

RGB 118 132 71 -
CMYK 0.11 0 0.46 0.48
HSL 73.77º 0.3% 0.4% -
HSV(B) 73.77º 0.46% 0.52% -
XYZ 16.86 20.81 9.09 -
YUV 120.86 99.86 125.96 -
System Red Green Blue C M Y K H S L
Decimal 118 132 71 0.11 0 0.46 0.48 73.77 0.3 0.4
Hex 76 84 47 B 0 2E 30 4A 1E 28
Octal 166 204 107 13 0 56 60 112 36 50
Binary 1110110 10000100 1000111 1011 0 101110 110000 1001010 11110 101000

Color Harmonies of #768447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768447

Black with #768447

Text Example


Text Example

White with #768447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768447; }

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

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

background-color css

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

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

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

border-color css

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

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

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