#75854F

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

Shades of Finch #75854F

Tints of Finch #75854F

Color information

#75854F (or 0x75854F) is unknown color: approx Finch. HEX triplet: 75, 85 and 4F. RGB value is (117,133,79). Sum of RGB (Red+Green+Blue) = 117+133+79=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 79 (31.25% from 255 or 24.01% from 329); Max value from RGB is 133 - color contains mainly: green. Hex color #75854F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75854F is #8A7AB0. Grayscale: #7A7A7A. Windows color (decimal): -9075377 or 5211509. OLE color: 5211509.

HSL color Cylindrical-coordinate representation of color #75854F: hue angle of 77.78º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75854F is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB11713379-
CMYK0.1200.410.48
HSL77.78º25.47%41.57%-
HSV(B)77.78º40.6%52.16%-
XYZ17.1321.1210.57-
YUV122.06103.7124.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.56%
GREEN value IS 133 (52.34% from 255) = 40.43%
BLUE value IS 79 (31.25% from 255) = 24.01%
R=35.56%
G=40.43%
B=24.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117133790.1200.410.4877.7825.4741.57
Hex75854FC029304e192a
Octal16520511714051601163152
Binary111010110000101100111111000101001110000100111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75854F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75854F; }

 p { color: rgb(117,133,79); }

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

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

 a { background-color: rgb(117,133,79); }

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

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

 span { border-color: rgb(117,133,79); }

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