#75884B

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

Shades of Finch #75884B

Tints of Finch #75884B

Color information

#75884B (or 0x75884B) is unknown color: approx Finch. HEX triplet: 75, 88 and 4B. RGB value is (117,136,75). Sum of RGB (Red+Green+Blue) = 117+136+75=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 136 (53.52% from 255 or 41.46% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 136 - color contains mainly: green. Hex color #75884B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75884B is #8A77B4. Grayscale: #7B7B7B. Windows color (decimal): -9074613 or 4950133. OLE color: 4950133.

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

Color convert

RGB11713675-
CMYK0.1400.450.47
HSL78.69º28.91%41.37%-
HSV(B)78.69º44.85%53.33%-
XYZ17.4121.99.97-
YUV123.36100.71123.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.67%
GREEN value IS 136 (53.52% from 255) = 41.46%
BLUE value IS 75 (29.69% from 255) = 22.87%
R=35.67%
G=41.46%
B=22.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117136750.1400.450.4778.6928.9141.37
Hex75884BE02D2F4f1d29
Octal16521011316055571173551
Binary111010110001000100101111100101101101111100111111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75884B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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