#78855B

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

Shades of Finch #78855B

Tints of Finch #78855B

Color information

#78855B (or 0x78855B) is unknown color: approx Finch. HEX triplet: 78, 85 and 5B. RGB value is (120,133,91). Sum of RGB (Red+Green+Blue) = 120+133+91=344 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.88% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 133 - color contains mainly: green. Hex color #78855B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78855B is #877AA4. Grayscale: #7C7C7C. Windows color (decimal): -8878757 or 5997944. OLE color: 5997944.

HSL color Cylindrical-coordinate representation of color #78855B: hue angle of 78.57º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #78855B is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB12013391-
CMYK0.1000.320.48
HSL78.57º18.75%43.92%-
HSV(B)78.57º31.58%52.16%-
XYZ18.0221.5213.1-
YUV124.32109.19124.92-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.88%
GREEN value IS 133 (52.34% from 255) = 38.66%
BLUE value IS 91 (35.94% from 255) = 26.45%
R=34.88%
G=38.66%
B=26.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal120133910.1000.320.4878.5718.7543.92
Hex78855BA020304f132c
Octal17020513312040601172354
Binary111100010000101101101110100100000110000100111110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78855B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78855B; }

 p { color: rgb(120,133,91); }

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

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

 a { background-color: rgb(120,133,91); }

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

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

 span { border-color: rgb(120,133,91); }

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