#788552

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

Shades of Finch #788552

Tints of Finch #788552

Color information

#788552 (or 0x788552) is unknown color: approx Finch. HEX triplet: 78, 85 and 52. RGB value is (120,133,82). Sum of RGB (Red+Green+Blue) = 120+133+82=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 133 - color contains mainly: green. Hex color #788552 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788552 is #877AAD. Grayscale: #7B7B7B. Windows color (decimal): -8878766 or 5408120. OLE color: 5408120.

HSL color Cylindrical-coordinate representation of color #788552: hue angle of 75.29º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #788552 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB12013382-
CMYK0.1000.380.48
HSL75.29º23.72%42.16%-
HSV(B)75.29º38.35%52.16%-
XYZ17.6621.3811.18-
YUV123.3104.69125.65-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.82%
GREEN value IS 133 (52.34% from 255) = 39.70%
BLUE value IS 82 (32.42% from 255) = 24.48%
R=35.82%
G=39.70%
B=24.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal120133820.1000.380.4875.2923.7242.16
Hex788552A026304b182a
Octal17020512212046601133052
Binary111100010000101101001010100100110110000100101111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788552; }

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

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

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

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

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

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

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

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