#75874B

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

Shades of Finch #75874B

Tints of Finch #75874B

Color information

#75874B (or 0x75874B) is unknown color: approx Finch. HEX triplet: 75, 87 and 4B. RGB value is (117,135,75). Sum of RGB (Red+Green+Blue) = 117+135+75=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 135 (53.12% from 255 or 41.28% from 327); Blue value is 75 (29.69% from 255 or 22.94% from 327); Max value from RGB is 135 - color contains mainly: green. Hex color #75874B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75874B is #8A78B4. Grayscale: #7B7B7B. Windows color (decimal): -9074869 or 4949877. OLE color: 4949877.

HSL color Cylindrical-coordinate representation of color #75874B: hue angle of 78º 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 #75874B is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB11713575-
CMYK0.1300.440.47
HSL78º28.57%41.18%-
HSV(B)78º44.44%52.94%-
XYZ17.2721.629.92-
YUV122.78101.04123.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.78%
GREEN value IS 135 (53.12% from 255) = 41.28%
BLUE value IS 75 (29.69% from 255) = 22.94%
R=35.78%
G=41.28%
B=22.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117135750.1300.440.477828.5741.18
Hex75874BD02C2F4e1d29
Octal16520711315054571163551
Binary111010110000111100101111010101100101111100111011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75874B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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