#76825C

Color #76825C Finch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finch #76825C

Tints of Finch #76825C

Color information

#76825C (or 0x76825C) is unknown color: approx Finch. HEX triplet: 76, 82 and 5C. RGB value is (118,130,92). Sum of RGB (Red+Green+Blue) = 118+130+92=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 130 - color contains mainly: green. Hex color #76825C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76825C is #897DA3. Grayscale: #7A7A7A. Windows color (decimal): -9010596 or 6062710. OLE color: 6062710.

HSL color Cylindrical-coordinate representation of color #76825C: hue angle of 78.95º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #76825C is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB11813092-
CMYK0.0900.290.49
HSL78.95º17.12%43.53%-
HSV(B)78.95º29.23%50.98%-
XYZ17.3920.5913.18-
YUV122.08111.02125.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.71%
GREEN value IS 130 (51.17% from 255) = 38.24%
BLUE value IS 92 (36.33% from 255) = 27.06%
R=34.71%
G=38.24%
B=27.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118130920.0900.290.4978.9517.1243.53
Hex76825C901D314f112c
Octal16620213411035611172154
Binary11101101000001010111001001011101110001100111110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76825C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #76825C;
 }
 .AnyTagClassName
 {
   color: #76825C;
 }
</style>
background-color css

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

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

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

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

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

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