#707754

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

Shades of Finch #707754

Tints of Finch #707754

Color information

#707754 (or 0x707754) is unknown color: approx Finch. HEX triplet: 70, 77 and 54. RGB value is (112,119,84). Sum of RGB (Red+Green+Blue) = 112+119+84=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 84 (33.20% from 255 or 26.67% from 315); Max value from RGB is 119 - color contains mainly: green. Hex color #707754 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707754 is #8F88AB. Grayscale: #717171. Windows color (decimal): -9406636 or 5535600. OLE color: 5535600.

HSL color Cylindrical-coordinate representation of color #707754: hue angle of 72º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #707754 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB11211984-
CMYK0.0600.290.53
HSL72º17.24%39.8%-
HSV(B)72º29.41%46.67%-
XYZ14.8817.2810.94-
YUV112.92111.68127.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.56%
GREEN value IS 119 (46.88% from 255) = 37.78%
BLUE value IS 84 (33.20% from 255) = 26.67%
R=35.56%
G=37.78%
B=26.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112119840.0600.290.537217.2439.8
Hex707754601D35481128
Octal1601671246035651102150
Binary111000011101111010100110011101110101100100010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707754; }

 p { color: rgb(112,119,84); }

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

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

 a { background-color: rgb(112,119,84); }

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

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

 span { border-color: rgb(112,119,84); }

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