Html Css Color HEX #76805C Finch

📋 copy color: '#76805C'

red 118 ◦ green 128 ◦ blue 92

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

Shades of Finch #76805C

Tints of Finch #76805C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.22%

R = 34.91%
G = 37.87%
B = 27.22%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.28

 K value IS 0.50

RGB Variations

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

Color information

#76805C (or 0x76805C) is known color: Finch. HEX triplet: 76, 80 and 5C. RGB value is (118,128,92). Sum of RGB (Red+Green+Blue) = 118+128+92=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 128 - color contains mainly: green. Hex color #76805C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76805C is #897FA3. Grayscale: #797979. Windows color (decimal): -9011108 or 6062198. OLE color: 6062198.

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

Color convert

RGB 118 128 92 -
CMYK 0.08 0 0.28 0.50
HSL 76.67º 0.16% 0.43% -
HSV(B) 76.67º 0.28% 0.5% -
XYZ 17.12 20.06 13.1 -
YUV 120.91 111.69 125.93 -
System Red Green Blue C M Y K H S L
Decimal 118 128 92 0.08 0 0.28 0.50 76.67 0.16 0.43
Hex 76 80 5C 8 0 1C 32 4D 10 2B
Octal 166 200 134 10 0 34 62 115 20 53
Binary 1110110 10000000 1011100 1000 0 11100 110010 1001101 10000 101011

Color Harmonies of #76805C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76805C

Black with #76805C

Text Example


Text Example

White with #76805C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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