#768253

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

Shades of Finch #768253

Tints of Finch #768253

Color information

#768253 (or 0x768253) is unknown color: approx Finch. HEX triplet: 76, 82 and 53. RGB value is (118,130,83). Sum of RGB (Red+Green+Blue) = 118+130+83=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 83 (32.81% from 255 or 25.08% from 331); Max value from RGB is 130 - color contains mainly: green. Hex color #768253 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768253 is #897DAC. Grayscale: #797979. Windows color (decimal): -9010605 or 5472886. OLE color: 5472886.

HSL color Cylindrical-coordinate representation of color #768253: hue angle of 75.32º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #768253 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB11813083-
CMYK0.0900.360.49
HSL75.32º22.07%41.76%-
HSV(B)75.32º36.15%50.98%-
XYZ17.0220.4411.23-
YUV121.05106.52125.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.65%
GREEN value IS 130 (51.17% from 255) = 39.27%
BLUE value IS 83 (32.81% from 255) = 25.08%
R=35.65%
G=39.27%
B=25.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118130830.0900.360.4975.3222.0741.76
Hex7682539024314b162a
Octal16620212311044611132652
Binary111011010000010101001110010100100110001100101110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768253; }

 p { color: rgb(118,130,83); }

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

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

 a { background-color: rgb(118,130,83); }

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

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

 span { border-color: rgb(118,130,83); }

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