Html Css Color HEX #76834E Finch

📋 copy color: '#76834E'

red 118 ◦ green 131 ◦ blue 78

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

Shades of Finch #76834E

Tints of Finch #76834E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.85%

R = 36.09%
G = 40.06%
B = 23.85%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#76834E (or 0x76834E) is known color: Finch. HEX triplet: 76, 83 and 4E. RGB value is (118,131,78). Sum of RGB (Red+Green+Blue) = 118+131+78=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 131 (51.56% from 255 or 40.06% from 327); Blue value is 78 (30.86% from 255 or 23.85% from 327); Max value from RGB is 131 - color contains mainly: green. Hex color #76834E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76834E is #897CB1. Grayscale: #797979. Windows color (decimal): -9010354 or 5145462. OLE color: 5145462.

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

Color convert

RGB 118 131 78 -
CMYK 0.10 0 0.40 0.49
HSL 74.72º 0.25% 0.41% -
HSV(B) 74.72º 0.4% 0.51% -
XYZ 16.96 20.63 10.3 -
YUV 121.07 103.69 125.81 -
System Red Green Blue C M Y K H S L
Decimal 118 131 78 0.10 0 0.40 0.49 74.72 0.25 0.41
Hex 76 83 4E A 0 28 31 4B 19 29
Octal 166 203 116 12 0 50 61 113 31 51
Binary 1110110 10000011 1001110 1010 0 101000 110001 1001011 11001 101001

Color Harmonies of #76834E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76834E

Black with #76834E

Text Example


Text Example

White with #76834E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76834E; }

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

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

background-color css

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

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

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

border-color css

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

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

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