#75884C

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

Shades of Finch #75884C

Tints of Finch #75884C

Color information

#75884C (or 0x75884C) is unknown color: approx Finch. HEX triplet: 75, 88 and 4C. RGB value is (117,136,76). Sum of RGB (Red+Green+Blue) = 117+136+76=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 136 (53.52% from 255 or 41.34% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 136 - color contains mainly: green. Hex color #75884C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75884C is #8A77B3. Grayscale: #7B7B7B. Windows color (decimal): -9074612 or 5015669. OLE color: 5015669.

HSL color Cylindrical-coordinate representation of color #75884C: hue angle of 79º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75884C is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB11713676-
CMYK0.1400.440.47
HSL79º28.3%41.57%-
HSV(B)79º44.12%53.33%-
XYZ17.4421.9110.15-
YUV123.48101.21123.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.56%
GREEN value IS 136 (53.52% from 255) = 41.34%
BLUE value IS 76 (30.08% from 255) = 23.10%
R=35.56%
G=41.34%
B=23.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117136760.1400.440.477928.341.57
Hex75884CE02C2F4f1c2a
Octal16521011416054571173452
Binary111010110001000100110011100101100101111100111111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75884C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,136,76); }

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

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

 a { background-color: rgb(117,136,76); }

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

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

 span { border-color: rgb(117,136,76); }

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