#78874B

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

Shades of Finch #78874B

Tints of Finch #78874B

Color information

#78874B (or 0x78874B) is unknown color: approx Finch. HEX triplet: 78, 87 and 4B. RGB value is (120,135,75). Sum of RGB (Red+Green+Blue) = 120+135+75=330 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.36% from 330); Green value is 135 (53.12% from 255 or 40.91% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 135 - color contains mainly: green. Hex color #78874B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78874B is #8778B4. Grayscale: #7B7B7B. Windows color (decimal): -8878261 or 4949880. OLE color: 4949880.

HSL color Cylindrical-coordinate representation of color #78874B: hue angle of 75º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78874B is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB12013575-
CMYK0.1100.440.47
HSL75º28.57%41.18%-
HSV(B)75º44.44%52.94%-
XYZ17.6821.839.94-
YUV123.67100.53125.38-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.36%
GREEN value IS 135 (53.12% from 255) = 40.91%
BLUE value IS 75 (29.69% from 255) = 22.73%
R=36.36%
G=40.91%
B=22.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal120135750.1100.440.477528.5741.18
Hex78874BB02C2F4b1d29
Octal17020711313054571133551
Binary111100010000111100101110110101100101111100101111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78874B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,135,75); }

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

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

 a { background-color: rgb(120,135,75); }

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

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

 span { border-color: rgb(120,135,75); }

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