Html Css Color HEX #76805E Finch

📋 copy color: '#76805E'

red 118 ◦ green 128 ◦ blue 94

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

Shades of Finch #76805E

Tints of Finch #76805E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.65%

 BLUE value IS 94 (37.11% from 255) = 27.65%

R = 34.71%
G = 37.65%
B = 27.65%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#76805E (or 0x76805E) is known color: Finch. HEX triplet: 76, 80 and 5E. RGB value is (118,128,94). Sum of RGB (Red+Green+Blue) = 118+128+94=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 128 (50.39% from 255 or 37.65% from 340); Blue value is 94 (37.11% from 255 or 27.65% from 340); Max value from RGB is 128 - color contains mainly: green. Hex color #76805E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76805E is #897FA1. Grayscale: #797979. Windows color (decimal): -9011106 or 6193270. OLE color: 6193270.

HSL color Cylindrical-coordinate representation of color #76805E: hue angle of 77.65º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #76805E is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 128 94 -
CMYK 0.08 0 0.27 0.50
HSL 77.65º 0.15% 0.44% -
HSV(B) 77.65º 0.27% 0.5% -
XYZ 17.21 20.1 13.56 -
YUV 121.13 112.69 125.76 -
System Red Green Blue C M Y K H S L
Decimal 118 128 94 0.08 0 0.27 0.50 77.65 0.15 0.44
Hex 76 80 5E 8 0 1B 32 4E F 2C
Octal 166 200 136 10 0 33 62 116 17 54
Binary 1110110 10000000 1011110 1000 0 11011 110010 1001110 1111 101100

Color Harmonies of #76805E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76805E

Black with #76805E

Text Example


Text Example

White with #76805E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,128,94); }

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

background-color css

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

 a { background-color: rgb(118,128,94); }

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

border-color css

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

 span { border-color: rgb(118,128,94); }

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